Remove useless section from the patch

This commit is contained in:
Sylvestre Ledru 2013-01-18 15:06:23 +00:00
parent 1c91eb4f91
commit d952a60bee

View File

@ -2,14 +2,6 @@ Index: llvm-3.1-3.1/lib/Support/CommandLine.cpp
===================================================================
--- llvm-3.1-3.1.orig/lib/Support/CommandLine.cpp 2012-03-12 11:51:06.000000000 +0100
+++ llvm-3.1-3.1/lib/Support/CommandLine.cpp 2012-09-18 11:13:05.154409249 +0200
@@ -31,6 +31,7 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Config/config.h"
+#include "../../debian.h"
#include <cerrno>
#include <cstdlib>
using namespace llvm;
@@ -1351,6 +1352,10 @@
OS << LLVM_VERSION_INFO;
#endif