summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-21 10:46:39 +0200
committerkotontrion <[email protected]>2024-07-21 10:46:39 +0200
commitd5596c421da581479382394a6ead9bb422779564 (patch)
tree32f179df014a03c175fed98f38697135ca7838e8 /src/profile.c
parentaf2ae01f168d3eb1f622de0112c959e1390883e0 (diff)
add icons
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile.c b/src/profile.c
index cb32240..291dc7f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1,6 +1,7 @@
-#include <wp/wp.h>
#include "profile.h"
+#include <wp/wp.h>
+
struct _AstalWpProfile {
GObject parent_instance;