win32: fix the paths to debug headers

This commit is contained in:
Danny Robson 2019-06-06 13:27:58 +10:00
parent bde7cc58c7
commit 7923a9fee2
6 changed files with 1 additions and 8 deletions

View File

@ -8,7 +8,6 @@
#include "backtrace.hpp"
#include "debug.hpp"
#include "types.hpp"
#include "win32/except.hpp"
#include "win32/windows.hpp"

View File

@ -6,8 +6,6 @@
* Copyright 2016 Danny Robson <danny@nerdcruft.net>
*/
#include "debug.hpp"
#include "log.hpp"
#include "win32/except.hpp"
#include "win32/windows.hpp"

View File

@ -8,7 +8,6 @@
#include "io_win32.hpp"
#include "debug.hpp"
#include "win32/except.hpp"
#include "win32/windows.hpp"

View File

@ -11,8 +11,6 @@
#include "../win32/except.hpp"
#include "../win32/windows.hpp"
#include "../debug.hpp"
#include <winbase.h>
using cruft::thread::semaphore;

View File

@ -11,8 +11,8 @@
#include "windows.hpp"
#include "../debug/assert.hpp"
#include "../annotation.hpp"
#include "../debug.hpp"
#include <winerror.h>
#include <winbase.h>

View File

@ -9,7 +9,6 @@
#include "registry.hpp"
#include "../cast.hpp"
#include "../debug.hpp"
#include "except.hpp"
#include <winerror.h>