Fix the wrong include filename.

This commit is contained in:
Vassil Vassilev 2013-07-14 23:35:00 +03:00 committed by sftnight
parent e02eb39090
commit bc6a51340b

View File

@ -12,7 +12,7 @@
#include "DeclExtractor.h"
#include "DynamicLookup.h"
#include "IRDumper.h"
#include "NullDereferenceProtectionTransformer.h"
#include "NullDerefProtectionTransformer.h"
#include "ReturnSynthesizer.h"
#include "ValuePrinterSynthesizer.h"
#include "cling/Interpreter/CIFactory.h"