diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 18:46:29 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 18:46:29 +0000 |
commit | e24b616faa7fc4242f807669d502a544e9b042fd (patch) | |
tree | 27ca4d9d74159e023343d5e939e192a6e1cd7331 /lib/Support | |
parent | 020cbd88588435f13983e1ab53b918fcec4bbf95 (diff) | |
download | external_llvm-e24b616faa7fc4242f807669d502a544e9b042fd.zip external_llvm-e24b616faa7fc4242f807669d502a544e9b042fd.tar.gz external_llvm-e24b616faa7fc4242f807669d502a544e9b042fd.tar.bz2 |
Don't include Config/stdio.h or <stdio.h>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/Timer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 2542a6a..30a7fbb 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -6,12 +6,10 @@ #include "Support/Timer.h" #include "Support/CommandLine.h" - #include "Config/sys/resource.h" #include "Config/sys/time.h" #include "Config/unistd.h" #include "Config/malloc.h" -#include "Config/stdio.h" #include <iostream> #include <algorithm> #include <functional> |