ilo: move intel_winsys.h to core

Add a new subdirectory and start moving files that do not depend on
ilo_screen/ilo_context to it.
This commit is contained in:
Chia-I Wu
2015-03-08 04:26:45 +08:00
parent eeee212e53
commit bbe91576b7
20 changed files with 19 additions and 19 deletions

View File

@@ -31,7 +31,7 @@
#include "vl/vl_decoder.h"
#include "vl/vl_video_buffer.h"
#include "genhw/genhw.h" /* for GEN6_REG_TIMESTAMP */
#include "intel_winsys.h"
#include "core/intel_winsys.h"
#include "ilo_context.h"
#include "ilo_format.h"