#ifndef LLVM_ADT_SMALLVECTORIMPL_H
#define LLVM_ADT_SMALLVECTORIMPL_H
class SmallVectorImpl {
public:
~SmallVectorImpl();
};
#endif