blob: e4d2580230fe8981e99ea39e3d6e968cd7c5a0aa [file] [log] [blame]
#ifndef LLVM_ADT_SMALLVECTORIMPL_H
#define LLVM_ADT_SMALLVECTORIMPL_H
class SmallVectorImpl {
public:
~SmallVectorImpl();
};
#endif