Changes For Bug 352
[oota-llvm.git] / lib / System / Unix / Program.inc
index ca8514dfa69b8100ee97092ba739cc96d2e247c4..b8ef55925d63b5d6d1ba65b442086e9e83973558 100644 (file)
 //===          is guaranteed to work on *all* UNIX variants.
 //===----------------------------------------------------------------------===//
 
+#include <llvm/Config/config.h>
 #include "Unix.h"
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <Config/config.h>
 #ifdef HAVE_SYS_WAIT_H
 #include <sys/wait.h>
 #endif