# HG changeset patch # User ib # Date 1308483744 0 # Node ID 73157186cc28fa7461ce5389931f6fd2616aa6d5 # Parent 56ab5d4f13e2e797ee1cf52bebe6c257071774a5 Rename #include guard in gui/ui/actions.h. The name of the file has changed. diff -r 56ab5d4f13e2 -r 73157186cc28 gui/ui/actions.h --- a/gui/ui/actions.h Sun Jun 19 10:36:15 2011 +0000 +++ b/gui/ui/actions.h Sun Jun 19 11:42:24 2011 +0000 @@ -16,8 +16,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPLAYER_GUI_PLAY_H -#define MPLAYER_GUI_PLAY_H +#ifndef MPLAYER_GUI_ACTIONS_H +#define MPLAYER_GUI_ACTIONS_H extern int uiGotoTheNext; @@ -35,4 +35,4 @@ void uiState(void); void uiStop(void); -#endif /* MPLAYER_GUI_PLAY_H */ +#endif /* MPLAYER_GUI_ACTIONS_H */