From c77756c48d6f38c8b40a39fd53f610c296530adf Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 1 Oct 2015 21:49:43 +0300 Subject: move test.h to libkmstest --- tests/db.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/db.cpp') diff --git a/tests/db.cpp b/tests/db.cpp index 9b7c973..d70f917 100644 --- a/tests/db.cpp +++ b/tests/db.cpp @@ -6,7 +6,6 @@ #include #include "kms++.h" -#include "color.h" #include "test.h" @@ -17,8 +16,6 @@ static void draw_color_bar(Framebuffer& buf, int old_xpos, int xpos, int width); static void main_loop(Card& card); -#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) - class OutputFlipHandler { public: -- cgit v1.2.3