diff options
-rw-r--r-- | src/gtk-logout-helper.c | 3 | ||||
-rw-r--r-- | src/session-menu-mgr.c | 2 | ||||
-rw-r--r-- | src/session-service.c | 5 |
3 files changed, 4 insertions, 6 deletions
diff --git a/src/gtk-logout-helper.c b/src/gtk-logout-helper.c index b311701..7868978 100644 --- a/src/gtk-logout-helper.c +++ b/src/gtk-logout-helper.c @@ -21,7 +21,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <config.h> +#include "config.h" + #include <locale.h> #include <glib.h> #include <glib/gi18n.h> /* textdomain(), bindtextdomain() */ diff --git a/src/session-menu-mgr.c b/src/session-menu-mgr.c index 65040ec..5c14ebc 100644 --- a/src/session-menu-mgr.c +++ b/src/session-menu-mgr.c @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <config.h> +#include "config.h" #include <sys/types.h> #include <pwd.h> /* geteuid(), getpwuid() */ diff --git a/src/session-service.c b/src/session-service.c index 7c5dd95..91bbccd 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -24,7 +24,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <config.h> +#include "config.h" #include <unistd.h> #include <locale.h> @@ -34,11 +34,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <gio/gdesktopappinfo.h> #include <libdbusmenu-glib/server.h> -#include <libdbusmenu-glib/menuitem.h> -#include <libdbusmenu-glib/client.h> #include <gtk/gtk.h> -#include <libdbusmenu-gtk/menuitem.h> #include <libindicator/indicator-service.h> |