[llvm-commits] [llvm] r165457 - /llvm/trunk/include/llvm/AddressingMode.h
Nadav Rotem
nrotem at apple.com
Mon Oct 8 16:14:28 PDT 2012
Author: nadav
Date: Mon Oct 8 18:14:28 2012
New Revision: 165457
URL: http://llvm.org/viewvc/llvm-project?rev=165457&view=rev
Log:
Use DataTypes.h
Modified:
llvm/trunk/include/llvm/AddressingMode.h
Modified: llvm/trunk/include/llvm/AddressingMode.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/AddressingMode.h?rev=165457&r1=165456&r2=165457&view=diff
==============================================================================
--- llvm/trunk/include/llvm/AddressingMode.h (original)
+++ llvm/trunk/include/llvm/AddressingMode.h Mon Oct 8 18:14:28 2012
@@ -14,7 +14,7 @@
#ifndef LLVM_ADDRESSING_MODE_H
#define LLVM_ADDRESSING_MODE_H
-#include <sys/types.h>
+#include "llvm/Support/DataTypes.h"
namespace llvm {
More information about the llvm-commits
mailing list