1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-10 02:38:50 +00:00

Remove unused includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85074 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2009-10-25 22:38:41 +00:00
parent dd5694203b
commit 18ad485bf5
2 changed files with 0 additions and 2 deletions

@ -15,7 +15,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Config/config.h"
#include <cstdio>
#include <cstring>

@ -13,7 +13,6 @@
#include "llvm/System/Path.h"
#include "llvm/Config/config.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstring>
#include <ostream>