1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Use <> for system #include files

llvm-svn: 19046
This commit is contained in:
Misha Brukman 2004-12-19 19:27:11 +00:00
parent 63c01d5387
commit 247ee9ee4a

View File

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