From 9916712a62169606d845510028a3ea6f84bd442f Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sat, 11 Jun 2016 21:46:24 +0300 Subject: kms++: organize into subdirs --- kms++util/colorbar.cpp | 2 +- kms++util/cpuframebuffer.h | 2 +- kms++util/drawing.cpp | 2 +- kms++util/extcpuframebuffer.h | 2 +- kms++util/kms++util.h | 2 +- kms++util/testpat.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kms++util') diff --git a/kms++util/colorbar.cpp b/kms++util/colorbar.cpp index 6a5dbc4..9e6e68d 100644 --- a/kms++util/colorbar.cpp +++ b/kms++util/colorbar.cpp @@ -1,6 +1,6 @@ #include -#include +#include #include "kms++util.h" namespace kms diff --git a/kms++util/cpuframebuffer.h b/kms++util/cpuframebuffer.h index d2073bc..1498528 100644 --- a/kms++util/cpuframebuffer.h +++ b/kms++util/cpuframebuffer.h @@ -1,6 +1,6 @@ #pragma once -#include "kms++.h" +#include namespace kms { diff --git a/kms++util/drawing.cpp b/kms++util/drawing.cpp index 9018817..2ca567c 100644 --- a/kms++util/drawing.cpp +++ b/kms++util/drawing.cpp @@ -1,5 +1,5 @@ -#include +#include #include using namespace std; diff --git a/kms++util/extcpuframebuffer.h b/kms++util/extcpuframebuffer.h index 172841f..5d3be74 100644 --- a/kms++util/extcpuframebuffer.h +++ b/kms++util/extcpuframebuffer.h @@ -1,6 +1,6 @@ #pragma once -#include "kms++.h" +#include namespace kms { diff --git a/kms++util/kms++util.h b/kms++util/kms++util.h index 6c835c8..0c07d18 100644 --- a/kms++util/kms++util.h +++ b/kms++util/kms++util.h @@ -1,6 +1,6 @@ #pragma once -#include +#include #include "color.h" #include diff --git a/kms++util/testpat.cpp b/kms++util/testpat.cpp index b859180..7a2e4d3 100644 --- a/kms++util/testpat.cpp +++ b/kms++util/testpat.cpp @@ -5,7 +5,7 @@ #include #include -#include +#include #include #include #include "stopwatch.h" -- cgit v1.2.3