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
This commit is contained in:
Brian Gaeke 2003-10-10 18:46:29 +00:00
parent 020cbd8858
commit e24b616faa
5 changed files with 0 additions and 6 deletions

View File

@ -22,7 +22,6 @@
#include "Config/dlfcn.h"
#include "Config/link.h"
#include <cmath>
#include "Config/stdio.h"
#include "Support/DynamicLinker.h"
using std::vector;

View File

@ -19,7 +19,6 @@
#include "Support/Statistic.h"
#include "Config/unistd.h"
#include "Config/sys/mman.h"
#include <stdio.h>
namespace {
Statistic<> NumBytes("jello", "Number of bytes of machine code compiled");

View File

@ -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>

View File

@ -16,7 +16,6 @@
#include "llvm/iOperators.h"
#include "llvm/iPHINode.h"
#include "llvm/Module.h"
#include "Config/stdio.h"
#define INSERT_LOAD_COUNT
#define INSERT_STORE

View File

@ -11,7 +11,6 @@
#include "llvm/Module.h"
#include "Support/STLExtras.h"
#include "Support/TypeInfo.h"
#include "Config/stdio.h"
#include "Config/sys/resource.h"
#include "Config/sys/time.h"
#include "Config/unistd.h"