Changes For Bug 352

Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.

llvm-svn: 16137
This commit is contained in:
Reid Spencer
2004-09-01 22:55:40 +00:00
parent fae8f6a4fb
commit 7c16caa336
341 changed files with 720 additions and 713 deletions

View File

@@ -13,8 +13,8 @@
//===----------------------------------------------------------------------===//
#include "CLIDebugger.h"
#include "Support/CommandLine.h"
#include "Support/PluginLoader.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/PluginLoader.h"
#include "llvm/System/Signals.h"
#include <iostream>