From b21107056e0540489669bb35fcb3abe1b5b46ecd Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 16 Sep 2012 14:45:32 +0300 Subject: Organize src/ and test/ headers - Add context.h and move context-related functions from xkb-priv.h to it. - Move xkb_context definition back to context.c. - Add keysym.h and move keysym upper/lower/keypad from xkb-priv.h to it. - Rename xkb-priv.h to map.h since it only contains keymap-related definitions and declarations now. - Remove unnecessary includes and some and some other small cleanups. Signed-off-by: Ran Benita --- test/common.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/common.c') diff --git a/test/common.c b/test/common.c index 3049555..372c642 100644 --- a/test/common.c +++ b/test/common.c @@ -30,17 +30,12 @@ * Ran Benita */ -#include -#include -#include -#include #include #include #include #include #include -#include "xkbcommon/xkbcommon.h" #include "test.h" const char * -- cgit v1.2.1