Include config.h everywhere

This commit is contained in:
Drew DeVault 2018-04-02 21:34:45 -04:00 committed by Calvin Lee
parent a20f21281f
commit a568637a45
13 changed files with 13 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include <dbus/dbus.h>
#include <wayland-util.h>
#include "cairo.h"
#include "config.h"
#include "swaybar/bar.h"
#include "swaybar/tray/tray.h"
#include "swaybar/tray/dbus.h"