summaryrefslogtreecommitdiff
path: root/src/thread.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-28 16:06:57 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-28 16:06:57 +0200
commit9fa8ce5d62a24efa4e5b584f5a6cf921e3052be8 (patch)
treeae604136f508ae331833f2020601488951fa8c03 /src/thread.cc
parent468e65a82aa0b4f4bfd82eb98e7f22b130da9f98 (diff)
Don't include config.h everywhere.
Diffstat (limited to 'src/thread.cc')
-rw-r--r--src/thread.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/thread.cc b/src/thread.cc
index 2791c53..0ee3f1c 100644
--- a/src/thread.cc
+++ b/src/thread.cc
@@ -24,9 +24,8 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <config.h>
-
#include "thread.h"
+
#include <stdio.h>
static void* thread_run(void *data) {