aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-04 18:10:18 +0000
committerChris Lattner <sabre@nondot.org>2004-10-04 18:10:18 +0000
commitc441f1e1c74853721b2f513c3597c391bd11ccc2 (patch)
tree94597ea06deb8934962d0bd9aaaabb4d86569412 /include/llvm/System
parent5cb99fbd679d00b4c2d354c4485ce95377aec93a (diff)
downloadexternal_llvm-c441f1e1c74853721b2f513c3597c391bd11ccc2.zip
external_llvm-c441f1e1c74853721b2f513c3597c391bd11ccc2.tar.gz
external_llvm-c441f1e1c74853721b2f513c3597c391bd11ccc2.tar.bz2
Fix #include flavor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/TimeValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index ed3b766..0ca83aa 100644
--- a/include/llvm/System/TimeValue.h
+++ b/include/llvm/System/TimeValue.h
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include <llvm/Support/DataTypes.h>
+#include "llvm/Support/DataTypes.h"
#ifndef LLVM_SYSTEM_TIMEVALUE_H
#define LLVM_SYSTEM_TIMEVALUE_H