summaryrefslogtreecommitdiffstats
path: root/libmenu/menu_param.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/menu_param.c')
-rw-r--r--libmenu/menu_param.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libmenu/menu_param.c b/libmenu/menu_param.c
index af8875afd4..d87db16f8a 100644
--- a/libmenu/menu_param.c
+++ b/libmenu/menu_param.c
@@ -9,20 +9,20 @@
#include <ctype.h>
-#include "../config.h"
+#include "config.h"
-#include "../m_struct.h"
-#include "../m_option.h"
-#include "../m_config.h"
-#include "../asxparser.h"
+#include "m_struct.h"
+#include "m_option.h"
+#include "m_config.h"
+#include "asxparser.h"
#include "img_format.h"
#include "mp_image.h"
#include "menu.h"
#include "menu_list.h"
-#include "../input/input.h"
-#include "../osdep/keycodes.h"
+#include "input/input.h"
+#include "osdep/keycodes.h"
struct list_entry_s {
struct list_entry p;