Clean up include macros mess
The order and way include macros were structured was chaotic, with no real common thread between files. Try to tidy up the mess with some common scheme, to make things look less messy.
This commit is contained in:
@ -34,8 +34,8 @@
|
||||
#ifndef META_STACK_TRACKER_H
|
||||
#define META_STACK_TRACKER_H
|
||||
|
||||
#include <meta/display.h>
|
||||
#include <meta/window.h>
|
||||
#include "meta/display.h"
|
||||
#include "meta/window.h"
|
||||
|
||||
typedef struct _MetaStackTracker MetaStackTracker;
|
||||
|
||||
|
Reference in New Issue
Block a user