Mercurial > mplayer.hg
diff gui/dialog/playlist.c @ 36026:f96f37b4f5a1
Remove unnecessary #includes.
Put #includes where they are needed.
author | ib |
---|---|
date | Sun, 31 Mar 2013 22:13:32 +0000 |
parents | a04e8798227b |
children | aebe956868d9 |
line wrap: on
line diff
--- a/gui/dialog/playlist.c Sun Mar 31 21:58:33 2013 +0000 +++ b/gui/dialog/playlist.c Sun Mar 31 22:13:32 2013 +0000 @@ -34,6 +34,7 @@ #include "gui/app/gui.h" #include "gui/interface.h" #include "dialog.h" +#include "gui/ui/actions.h" #include "gui/util/list.h" #include "gui/util/mem.h" #include "gui/util/string.h"