all: clean up cs_api.h / init_td.h

This commit is contained in:
Stefan Seyfried
2013-11-02 14:27:47 +01:00
parent 0bfaccd2ee
commit 60cc22c58a
17 changed files with 68 additions and 182 deletions

View File

@@ -2,7 +2,7 @@
#include <cstdlib>
#include <unistd.h>
#include "init_lib.h"
#include "init_td.h"
#include "lt_debug.h"
#include "glfb.h"
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_INIT, NULL, args)