Removed the include to pthread in the main screen, it's not used.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5602 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-07-01 00:34:59 +00:00
parent 61cc735179
commit 9476785986

View File

@ -19,9 +19,9 @@
#include <iostream>
#include <string>
#ifdef ADDONS_MANAGER
# include <pthread.h>
#endif
//#ifdef ADDONS_MANAGER
//# include <pthread.h>
//#endif
#include "guiengine/widgets.hpp"
#include "karts/kart_properties_manager.hpp"