# HG changeset patch # User diego # Date 1175891835 0 # Node ID 69288b4e6b8933a0f0a872d5083b7fc1d921d7de # Parent bbc011e59732d63303f7ef675c95a9e32c381d45 Consistent include paths for config.h. diff -r bbc011e59732 -r 69288b4e6b89 Gui/mplayer/play.h --- a/Gui/mplayer/play.h Fri Apr 06 16:58:00 2007 +0000 +++ b/Gui/mplayer/play.h Fri Apr 06 20:37:15 2007 +0000 @@ -2,7 +2,7 @@ #ifndef __GUI_PLAY_H #define __GUI_PLAY_H -#include "../../config.h" +#include "../config.h" #include "./mplayer.h"