From 9b97c30436269ce8e47d6b22c95182df929360e3 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Tue, 30 Aug 2011 12:31:42 -0400 Subject: [PATCH] callable_obj.h: removed unneeded pthread header --- gnome/src/callable_obj.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome/src/callable_obj.h b/gnome/src/callable_obj.h index 3c4c42ec41..1c9d0685b0 100644 --- a/gnome/src/callable_obj.h +++ b/gnome/src/callable_obj.h @@ -35,7 +35,6 @@ #include <glib/gprintf.h> #include <stdlib.h> #include <time.h> -#include <pthread.h> /** * @enum history_state -- GitLab