Add a clear() method to PriorityQueue.
[oota-llvm.git] / lib / System / IncludeFile.cpp
index d4729176f41732d5ef15c5379d4e4b4f72204fcb..8258d40326f9bfae733afb7bded3e0dc5186f3fb 100644 (file)
@@ -1,9 +1,9 @@
-//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
+//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Reid Spencer and is distributed under the 
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/IncludeFile.h"
+#include "llvm/System/IncludeFile.h"
 
 using namespace llvm;
 
 // This constructor is used to ensure linking of other modules. See the
-// llvm/Support/IncludeFile.h header for details. 
-IncludeFile::IncludeFile(void*) {}
+// llvm/System/IncludeFile.h header for details. 
+IncludeFile::IncludeFile(const void*) {}