Reorganize includes

This commit is contained in:
Drew DeVault 2016-09-01 08:18:37 -04:00
parent 729fdf7d91
commit 416417a54c
50 changed files with 146 additions and 154 deletions

View file

@ -2,12 +2,12 @@
#include <stdio.h>
#include <stdbool.h>
#include <regex.h>
#include "criteria.h"
#include "sway/criteria.h"
#include "sway/container.h"
#include "sway/config.h"
#include "stringop.h"
#include "list.h"
#include "log.h"
#include "container.h"
#include "config.h"
enum criteria_type { // *must* keep in sync with criteria_strings[]
CRIT_CLASS,