summaryrefslogtreecommitdiff
path: root/lib/Support/Timer.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-10 18:46:29 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-10 18:46:29 +0000
commite24b616faa7fc4242f807669d502a544e9b042fd (patch)
tree27ca4d9d74159e023343d5e939e192a6e1cd7331 /lib/Support/Timer.cpp
parent020cbd88588435f13983e1ab53b918fcec4bbf95 (diff)
downloadllvm-e24b616faa7fc4242f807669d502a544e9b042fd.tar.gz
llvm-e24b616faa7fc4242f807669d502a544e9b042fd.tar.bz2
llvm-e24b616faa7fc4242f807669d502a544e9b042fd.tar.xz
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/Timer.cpp')
-rw-r--r--lib/Support/Timer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp
index 2542a6a2b4..30a7fbb3bd 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>