Move Display.cpp/h to Common.

This commit is contained in:
Henrik Rydgård 2020-10-04 10:10:55 +02:00
parent 821817e6d4
commit b7edf75437
70 changed files with 91 additions and 124 deletions

View file

@ -19,7 +19,7 @@
#include <deque>
#include <mutex>
#include "base/display.h"
#include "Common/System/Display.h"
#include "base/NativeApp.h"
#include "gfx/texture_atlas.h"
#include "ui/root.h"