silly cleanup

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-05-29 18:52:05 +00:00
parent 0490c0f124
commit 74f48d133c
7 changed files with 94 additions and 87 deletions

View File

@ -10,7 +10,7 @@
// This file implements the parsing of configuration files for the LLVM Compiler
// Driver (llvmc).
//
//===------------------------------------------------------------------------===
//===----------------------------------------------------------------------===//
#include "Configuration.h"
#include "ConfigLexer.h"