git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374413
91177308-0d34-0410-b5e6-
96231b3b80d8
#include <algorithm>
#include <cassert>
+#include <functional>
+#include <vector>
using namespace llvm;
using namespace gsym;
#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"