diff options
Diffstat (limited to 'src/egg/core/eggXfbManager.cpp')
| -rw-r--r-- | src/egg/core/eggXfbManager.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/egg/core/eggXfbManager.cpp b/src/egg/core/eggXfbManager.cpp index 46ab8d2a..532f0e64 100644 --- a/src/egg/core/eggXfbManager.cpp +++ b/src/egg/core/eggXfbManager.cpp @@ -1,8 +1,10 @@ -#include <common.h> -#include <egg/core/eggXfb.h> -#include <egg/core/eggXfbManager.h> -#include <nw4r/db/db_directPrint.h> -#include <rvl/VI/vi.h> +#include "egg/core/eggXfbManager.h" + +#include "common.h" +#include "egg/core/eggXfb.h" +#include "nw4r/db/db_directPrint.h" +#include "rvl/VI.h" // IWYU pragma: export + namespace EGG { |
