Code cleanup

This commit is contained in:
Pierre Pronchery 2014-06-27 22:50:46 +02:00
parent 4cb7e0d79a
commit 3b70a84791

View File

@ -15,8 +15,8 @@
#ifndef PANEL_COMMON_H
# define PANEL_COMMON_H
#ifndef PANEL_PANEL_H
# define PANEL_PANEL_H
# include <gtk/gtk.h>
# include "../include/Panel.h"
@ -66,4 +66,4 @@ int panel_load(Panel * panel, PanelPosition position, char const * applet);
void panel_show_preferences(Panel * panel, gboolean show);
#endif /* !PANEL_COMMON_H */
#endif /* !PANEL_PANEL_H */