From bf1d8e20ad6935c11d3ced6b438a8b81aab7bb53 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 17 May 2019 13:33:30 +1000 Subject: [PATCH] cruft/util: use new debug headers --- device.cpp | 2 +- except.cpp | 2 +- except.hpp | 2 +- fence.cpp | 2 +- object.cpp | 3 +-- tools/spec.py | 4 ++-- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/device.cpp b/device.cpp index 34c60c3..cbd6846 100644 --- a/device.cpp +++ b/device.cpp @@ -13,7 +13,7 @@ #include "./queue.hpp" #include -#include +#include using cruft::vk::device; diff --git a/except.cpp b/except.cpp index 72e4b0c..e170342 100644 --- a/except.cpp +++ b/except.cpp @@ -9,7 +9,7 @@ #include "./except.hpp" -#include +#include #include using cruft::vk::error; diff --git a/except.hpp b/except.hpp index 604cdb3..555446c 100644 --- a/except.hpp +++ b/except.hpp @@ -12,7 +12,7 @@ #include "./vk.hpp" -#include +#include #include #include diff --git a/fence.cpp b/fence.cpp index d292554..1b4e34d 100644 --- a/fence.cpp +++ b/fence.cpp @@ -12,7 +12,7 @@ #include "./device.hpp" #include -#include +#include using cruft::vk::fence; diff --git a/object.cpp b/object.cpp index c5c7475..0915780 100644 --- a/object.cpp +++ b/object.cpp @@ -13,12 +13,11 @@ #include "./physical_device.hpp" -#include - using cruft::vk::object; using cruft::vk::enumerated; +/////////////////////////////////////////////////////////////////////////////// #define OBJECT(T) template struct cruft::vk::object; VK_TYPE_MAP (OBJECT) diff --git a/tools/spec.py b/tools/spec.py index 4313b30..19b49ca 100644 --- a/tools/spec.py +++ b/tools/spec.py @@ -848,9 +848,9 @@ def write_dispatch(dst: TextIO, q: List[Type], reg: Registry): #include #include #include - - #include + #include + #include #include