diff options
Diffstat (limited to 'llvm/lib/DebugInfo/GSYM/GsymReader.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/GSYM/GsymReader.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/DebugInfo/GSYM/GsymReader.cpp b/llvm/lib/DebugInfo/GSYM/GsymReader.cpp index dc95fe2f497..1b448cf80b7 100644 --- a/llvm/lib/DebugInfo/GSYM/GsymReader.cpp +++ b/llvm/lib/DebugInfo/GSYM/GsymReader.cpp @@ -10,16 +10,9 @@ #include "llvm/DebugInfo/GSYM/GsymReader.h" #include <assert.h> -#include <fcntl.h> #include <inttypes.h> #include <stdio.h> #include <stdlib.h> -#include <sys/stat.h> -#include <sys/types.h> - -#include <fstream> -#include <functional> -#include <vector> #include "llvm/DebugInfo/GSYM/GsymCreator.h" #include "llvm/DebugInfo/GSYM/InlineInfo.h" |