diff options
author | Matt Fleming <matt.fleming@linux.intel.com> | 2011-04-13 23:00:16 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@linux.intel.com> | 2011-04-26 09:53:54 +0100 |
commit | 951176f62a9dd81d0f978555bf2d5ce0b61d49ca (patch) | |
tree | b36746be60450983b8ee3e6681b89e6d5d9458af /com32/cmenu/display.c | |
parent | 4965354404524633425c69a1adbbb386cfa0e1ed (diff) | |
download | syslinux-951176f62a9dd81d0f978555bf2d5ce0b61d49ca.tar.gz syslinux-951176f62a9dd81d0f978555bf2d5ce0b61d49ca.tar.xz syslinux-951176f62a9dd81d0f978555bf2d5ce0b61d49ca.zip |
cmenu: Rename menu.h to cmenu.h
In preparation for moving com32/menu/menu.h to com32/include/ let's
rename com32/cmenu/menu.h. This stops us having two header files named
menu.h which would mean that we'd have to be super careful with our
include paths to ensure we included the correct header.
Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Diffstat (limited to 'com32/cmenu/display.c')
-rw-r--r-- | com32/cmenu/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/cmenu/display.c b/com32/cmenu/display.c index 3acdf6aa..59612f9f 100644 --- a/com32/cmenu/display.c +++ b/com32/cmenu/display.c @@ -16,7 +16,7 @@ #include "help.h" #include "com32io.h" -#include "menu.h" +#include "cmenu.h" #include "tui.h" #include <stdlib.h> #include <com32.h> |