Use <> for system #include files

llvm-svn: 19046
This commit is contained in:
Misha Brukman 2004-12-19 19:27:11 +00:00
parent 8062bde121
commit 0eb431c04c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#include "Unix.h"
#include "sys/stat.h"
#include <sys/stat.h>
namespace llvm {
using namespace sys;