From 83c88ac0c697f38cdec3e718b50ae2d5aaf7baff Mon Sep 17 00:00:00 2001
From: mpc <mpc>
Date: Sat, 26 Jun 2004 02:26:37 +0000
Subject: [PATCH] minor fixes

---
 apps/enclave/Makefile.cygwin | 3 +--
 apps/enclave/Makefile.linux  | 3 +--
 apps/enclave/Makefile.mingw  | 3 +--
 apps/enclave/src/thread.cpp  | 1 -
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/apps/enclave/Makefile.cygwin b/apps/enclave/Makefile.cygwin
index 351b315757..0c209c2064 100644
--- a/apps/enclave/Makefile.cygwin
+++ b/apps/enclave/Makefile.cygwin
@@ -1,6 +1,5 @@
 #
-# This Makefile is compatible with GNU Make and should work on Linux
-# (Tested on Debian 3.0)
+# This Makefile is compatible with GNU Make and should work on Cygwin
 #
 
 #
diff --git a/apps/enclave/Makefile.linux b/apps/enclave/Makefile.linux
index 218ef7b6fe..054ff6f2ff 100644
--- a/apps/enclave/Makefile.linux
+++ b/apps/enclave/Makefile.linux
@@ -1,6 +1,5 @@
 #
-# This Makefile is compatible with GNU Make and should work on Linux
-# (Tested on Debian 3.0)
+# This Makefile is compatible with GNU Make and should work on Linux (generic)
 #
 
 #
diff --git a/apps/enclave/Makefile.mingw b/apps/enclave/Makefile.mingw
index 50268e2eda..a1298e0e17 100644
--- a/apps/enclave/Makefile.mingw
+++ b/apps/enclave/Makefile.mingw
@@ -1,6 +1,5 @@
 #
-# This Makefile is compatible with GNU Make and should work on Linux
-# (Tested on Debian 3.0)
+# This Makefile is compatible with GNU Make and should work on Windows (Mingw)
 #
 
 #
diff --git a/apps/enclave/src/thread.cpp b/apps/enclave/src/thread.cpp
index 832420c1c5..cf9ab6754c 100644
--- a/apps/enclave/src/thread.cpp
+++ b/apps/enclave/src/thread.cpp
@@ -60,7 +60,6 @@
 */
 
 #include "platform.hpp"
-#include "mutex.hpp"
 #include "thread.hpp"
 
 Thread::Thread(void)
-- 
GitLab