summaryrefslogtreecommitdiff
path: root/src/core/stack-tracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stack-tracker.c')
-rw-r--r--src/core/stack-tracker.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/core/stack-tracker.c b/src/core/stack-tracker.c
index 2d36679b5..fbd4c353c 100644
--- a/src/core/stack-tracker.c
+++ b/src/core/stack-tracker.c
@@ -32,18 +32,17 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <config.h>
+#include "config.h"
-#include <string.h>
-
-#include "frame.h"
-#include "display-private.h"
-#include "stack-tracker.h"
-#include <meta/meta-x11-errors.h>
-#include <meta/util.h>
+#include "core/stack-tracker.h"
-#include <meta/compositor.h>
+#include <string.h>
+#include "core/display-private.h"
+#include "core/frame.h"
+#include "meta/compositor.h"
+#include "meta/meta-x11-errors.h"
+#include "meta/util.h"
#include "x11/meta-x11-display-private.h"
/* The complexity here comes from resolving two competing factors: