[llvm-commits] CVS: reopt/include/reopt/Inst/ElfReader.h
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Sep 24 14:22:53 PDT 2004
Changes in directory reopt/include/reopt/Inst:
ElfReader.h updated: 1.10 -> 1.11
---
Log message:
Renamed Support/DataTypes.h --> llvm/Support/DataTypes.h.
The stale copy of the former has been in my tree for so long, I never
noticed...
---
Diffs of the changes: (+1 -1)
Index: reopt/include/reopt/Inst/ElfReader.h
diff -u reopt/include/reopt/Inst/ElfReader.h:1.10 reopt/include/reopt/Inst/ElfReader.h:1.11
--- reopt/include/reopt/Inst/ElfReader.h:1.10 Wed Nov 19 16:51:45 2003
+++ reopt/include/reopt/Inst/ElfReader.h Fri Sep 24 16:22:42 2004
@@ -18,7 +18,7 @@
#ifndef ELFREADER_H
#define ELFREADER_H
-#include "Support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
#include <string>
#include <iostream>
#include <libelf.h>
More information about the llvm-commits
mailing list