]> granicus.if.org Git - llvm/commitdiff
Fix Windows build after r374381
authorNico Weber <nicolasweber@gmx.de>
Thu, 10 Oct 2019 18:20:16 +0000 (18:20 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 10 Oct 2019 18:20:16 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374413 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/GSYM/GsymCreator.cpp
lib/DebugInfo/GSYM/GsymReader.cpp

index c9dd9a95e969921dffd9332e89ce108253b2222c..f371426f201042bb2edbd949864e9a66d13f0396 100644 (file)
@@ -14,6 +14,8 @@
 
 #include <algorithm>
 #include <cassert>
+#include <functional>
+#include <vector>
 
 using namespace llvm;
 using namespace gsym;
index dc95fe2f497eb6ad616ab538cd6c46ea0b4edf1c..1b448cf80b70df173a29b3c91f031b0f24009af6 100644 (file)
 #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"