diff options
Diffstat (limited to 'tools/bugpoint/CodeGeneratorBug.cpp')
-rw-r--r-- | tools/bugpoint/CodeGeneratorBug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/CodeGeneratorBug.cpp b/tools/bugpoint/CodeGeneratorBug.cpp index c11f123fc0..c371f2808f 100644 --- a/tools/bugpoint/CodeGeneratorBug.cpp +++ b/tools/bugpoint/CodeGeneratorBug.cpp @@ -22,7 +22,7 @@ #include "Support/CommandLine.h" #include "Support/Debug.h" #include "Support/StringExtras.h" -#include "Support/SystemUtils.h" +#include "Support/FileUtilities.h" #include <algorithm> #include <set> |