From 6e6e88a3f0fa8805de982eff665d8892a39571e7 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 20 Dec 2004 05:36:57 +0000 Subject: [PATCH] llvm/Config/unistd.h has gone away, far, far away git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19068 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/bugpoint.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index a4eae3cecd0..2c9806748fa 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -20,8 +20,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/PluginLoader.h" #include "llvm/System/Signals.h" -#include "llvm/Config/unistd.h" -//#include using namespace llvm; static cl::list -- 2.34.1