Move shared example code

This commit is contained in:
Drew DeVault 2017-11-01 15:47:58 -04:00
parent 19f24e5530
commit 4f73498b78
17 changed files with 21 additions and 18 deletions

View file

@ -22,9 +22,9 @@
#include <wlr/types/wlr_cursor.h>
#include <wlr/util/log.h>
#include <wlr/types/wlr_list.h>
#include "shared.h"
#include "config.h"
#include "cat.h"
#include "support/shared.h"
#include "support/config.h"
#include "support/cat.h"
struct sample_state;