[llvm-commits] CVS: llvm/lib/System/Unix/DynamicLibrary.cpp

Misha Brukman brukman at cs.uiuc.edu
Sun Dec 19 11:27:22 PST 2004



Changes in directory llvm/lib/System/Unix:

DynamicLibrary.cpp updated: 1.3 -> 1.4
---
Log message:

Use <> for system #include files


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/System/Unix/DynamicLibrary.cpp
diff -u llvm/lib/System/Unix/DynamicLibrary.cpp:1.3 llvm/lib/System/Unix/DynamicLibrary.cpp:1.4
--- llvm/lib/System/Unix/DynamicLibrary.cpp:1.3	Sun Dec 19 12:00:32 2004
+++ llvm/lib/System/Unix/DynamicLibrary.cpp	Sun Dec 19 13:27:11 2004
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "Unix.h"
-#include "sys/stat.h"
+#include <sys/stat.h>
 
 namespace llvm {
 using namespace sys;






More information about the llvm-commits mailing list