diff --git a/src/shell-app-usage.c b/src/shell-app-usage.c index 0dfb20993..8cbebed88 100644 --- a/src/shell-app-usage.c +++ b/src/shell-app-usage.c @@ -7,8 +7,6 @@ #include #include -#include -#include #include #include #include diff --git a/src/shell-global.c b/src/shell-global.c index 08b8a63e5..0f0589e27 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -16,7 +16,6 @@ #include #include -#include #include #include #include diff --git a/src/shell-global.h b/src/shell-global.h index 87f4e590c..beeabdeff 100644 --- a/src/shell-global.h +++ b/src/shell-global.h @@ -5,7 +5,6 @@ #include #include #include -#include #include G_BEGIN_DECLS diff --git a/src/shell-glsl-effect.h b/src/shell-glsl-effect.h index 3759e7172..d6d687b76 100644 --- a/src/shell-glsl-effect.h +++ b/src/shell-glsl-effect.h @@ -3,7 +3,6 @@ #define __SHELL_GLSL_EFFECT_H__ #include "st.h" -#include /** * ShellSnippetHook: diff --git a/src/shell-stack.h b/src/shell-stack.h index e54160db9..6f307694e 100644 --- a/src/shell-stack.h +++ b/src/shell-stack.h @@ -3,7 +3,6 @@ #define __SHELL_STACK_H__ #include "st.h" -#include #define SHELL_TYPE_STACK (shell_stack_get_type ()) G_DECLARE_FINAL_TYPE (ShellStack, shell_stack, SHELL, STACK, StWidget) diff --git a/src/shell-util.c b/src/shell-util.c index aeb81a1aa..6b5e82ed7 100644 --- a/src/shell-util.c +++ b/src/shell-util.c @@ -19,7 +19,6 @@ #include "shell-app-cache-private.h" #include "shell-util.h" #include -#include #include #include #include