diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-06 20:37:15 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-06 20:37:15 +0000 |
commit | 6ff36292058e15581c736403e49815eac30f1cbc (patch) | |
tree | 1f761c397fe74e27341d76b2feb28beb48682495 /Gui/mplayer | |
parent | 60ecafec694c15ce55b0b7e7ba14815ee1c40202 (diff) |
Consistent include paths for config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22922 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer')
-rw-r--r-- | Gui/mplayer/play.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/play.h b/Gui/mplayer/play.h index 60317cd479..97810e3be9 100644 --- a/Gui/mplayer/play.h +++ b/Gui/mplayer/play.h @@ -2,7 +2,7 @@ #ifndef __GUI_PLAY_H #define __GUI_PLAY_H -#include "../../config.h" +#include "../config.h" #include "./mplayer.h" |