Reduce the amount of #included files.

This commit is contained in:
Vassil Vassilev 2013-09-24 11:47:21 +02:00 committed by sftnight
parent f7a0987ac9
commit f1a128f825
2 changed files with 0 additions and 14 deletions

View File

@ -9,14 +9,10 @@
#include "cling/Interpreter/InvocationOptions.h"
//#include "llvm/ADT/DenseMap.h"
#include <map>
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/StringRef.h"
#include <string>
#include <vector>
#include <cstdlib>
namespace llvm {
class raw_ostream;

View File

@ -34,21 +34,11 @@
#include "clang/Sema/Sema.h"
#include "clang/Sema/SemaInternal.h"
#include "llvm/Linker.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_os_ostream.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include <iostream>
#include <fstream>
#include <set>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <vector>