From 14ed20967f660ca888bba53c47c1c648f470f8e2 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 04:14:26 -0800 Subject: change #include "fileio.h" to Changes from the flat namespace to heirarchical one. Instead of writing: #include "fileio.h" the following form should be used. #include The exception is from .c files in the same directory. --- src/target/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/image.h') diff --git a/src/target/image.h b/src/target/image.h index 0dac5bae..e963b3c1 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -26,7 +26,7 @@ #ifndef IMAGE_H #define IMAGE_H -#include "fileio.h" +#include #ifdef HAVE_ELF_H #include -- cgit v1.2.3