[llvm-commits] CVS: llvm/include/Support/Signals.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 1 14:17:01 PDT 2003
Changes in directory llvm/include/Support:
Signals.h updated: 1.3 -> 1.4
---
Log message:
This file doesn't need this include
---
Diffs of the changes:
Index: llvm/include/Support/Signals.h
diff -u llvm/include/Support/Signals.h:1.3 llvm/include/Support/Signals.h:1.4
--- llvm/include/Support/Signals.h:1.3 Mon Jun 30 16:58:23 2003
+++ llvm/include/Support/Signals.h Fri Aug 1 14:16:18 2003
@@ -10,11 +10,6 @@
#include <string>
-//
-// This will include the signal handler return type.
-//
-#include "Config/config.h"
-
// RemoveFileOnSignal - This function registers signal handlers to ensure that
// if a signal gets delivered that the named file is removed.
//
More information about the llvm-commits
mailing list