aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/libelf
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:15:49 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:15:49 +0000
commit8ce65842ad07d007963febce10bec54ad0063986 (patch)
tree3576225a8069ee3a706beade8fa709ef5b0a489d /xen/common/libelf
parent68b1230ae3933388add17859b370abeac28fb754 (diff)
downloadxen-8ce65842ad07d007963febce10bec54ad0063986.tar.gz
xen-8ce65842ad07d007963febce10bec54ad0063986.tar.bz2
xen-8ce65842ad07d007963febce10bec54ad0063986.zip
Move libelf headers out of xen public header dir.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/libelf')
-rw-r--r--xen/common/libelf/libelf-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/libelf/libelf-private.h b/xen/common/libelf/libelf-private.h
index 4ae587cd5d..e207b690c4 100644
--- a/xen/common/libelf/libelf-private.h
+++ b/xen/common/libelf/libelf-private.h
@@ -7,9 +7,9 @@
#include <xen/types.h>
#include <xen/string.h>
#include <xen/lib.h>
+#include <xen/libelf.h>
#include <asm/byteorder.h>
#include <public/elfnote.h>
-#include <public/libelf.h>
#define elf_msg(elf, fmt, args ... ) \
if (elf->verbose) printk(fmt, ## args )
@@ -49,7 +49,7 @@
#error Unsupported OS
#endif
#include <xen/elfnote.h>
-#include <xen/libelf.h>
+#include <xen/libelf/libelf.h>
#include "xenctrl.h"
#include "xc_private.h"