aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake2-source/files/extra-patch-src_rogue_g__local.h
blob: 6b43c988effca0452bf2bc2b6cc5cd611948e303 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/rogue/g_local.h.orig	Mon Nov 30 17:53:20 1998
+++ src/rogue/g_local.h	Tue Sep 27 20:20:27 2005
@@ -22,7 +22,6 @@
 //==================================================================
 
 #ifndef _WIN32
-#include <nan.h>
 #define min(a,b) ((a) < (b) ? (a) : (b))
 #define max(a,b) ((a) > (b) ? (a) : (b))
 #ifdef __sun__