mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 06:25:37 +00:00
DRMDisplay: Should include common types not core types
This commit is contained in:
parent
2194004662
commit
f0c5b049bb
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include "core/types.h"
|
||||
#include "types.h"
|
||||
#include <array>
|
||||
#include <optional>
|
||||
#include <xf86drm.h>
|
||||
|
|
Loading…
Reference in a new issue