Index: llvm/trunk/include/llvm/WindowsManifest/WindowsManifestMerger.h =================================================================== --- llvm/trunk/include/llvm/WindowsManifest/WindowsManifestMerger.h +++ llvm/trunk/include/llvm/WindowsManifest/WindowsManifestMerger.h @@ -26,7 +26,6 @@ #ifndef LLVM_INCLUDE_LLVM_SUPPORT_WINDOWS_MANIFEST_MERGER_H #define LLVM_INCLUDE_LLVM_SUPPORT_WINDOWS_MANIFEST_MERGER_H -#include "llvm/Config/config.h" #include "llvm/Support/Error.h" namespace llvm { Index: llvm/trunk/lib/WindowsManifest/WindowsManifestMerger.cpp =================================================================== --- llvm/trunk/lib/WindowsManifest/WindowsManifestMerger.cpp +++ llvm/trunk/lib/WindowsManifest/WindowsManifestMerger.cpp @@ -12,6 +12,7 @@ //===---------------------------------------------------------------------===// #include "llvm/WindowsManifest/WindowsManifestMerger.h" +#include "llvm/Config/config.h" #include "llvm/Support/MemoryBuffer.h" #include