summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4861fa4)
raw | patch | inline | side by side (parent: 4861fa4)
author | Max Kellermann <max@duempel.org> | |
Mon, 9 Feb 2009 15:52:15 +0000 (16:52 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 9 Feb 2009 15:52:15 +0000 (16:52 +0100) |
Including "../config.h" breaks on some systems.
src/list_window.h | patch | blob | history | |
src/lyrics.c | patch | blob | history |
diff --git a/src/list_window.h b/src/list_window.h
index bd4488d29a642e84609fd7cf64bf77ead6398745..5506f8c77e8eb7e68a5761db1fd94d5a34b59c75 100644 (file)
--- a/src/list_window.h
+++ b/src/list_window.h
#ifndef LIST_WINDOW_H
#define LIST_WINDOW_H
-#include "../config.h"
+#include "config.h"
#include "command.h"
#include <glib.h>
diff --git a/src/lyrics.c b/src/lyrics.c
index dc73f81c3dbd981ddf9a34f0bced0c6f69ff636d..43800eb48fb6d128dd65623f4084ee82a5d28899 100644 (file)
--- a/src/lyrics.c
+++ b/src/lyrics.c
*/
#include "lyrics.h"
-#include "../config.h"
+#include "config.h"
#include <assert.h>