]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/outputs.c
Be more strict with encapsulation
[i3/i3] / i3bar / src / outputs.c
index 18abff513bb42d063594d88288f7768660853e94..dc61cb47117d0445769702b4464fd051e2eca777 100644 (file)
@@ -2,12 +2,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <i3/ipc.h>
-
 #include <yajl/yajl_parse.h>
 
 #include "common.h"
-#include "outputs.h"
-#include "ipc.h"
 
 struct outputs_json_params {
     struct outputs_head *outputs;