From 09243bcec30ec5c8b1a324fcb2cf0939baa6afe0 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 13 Jan 2006 00:56:03 +0000 Subject: [PATCH] don't include windows.h --- panda/src/display/lru.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/lru.cxx b/panda/src/display/lru.cxx index 8681094d12..52102913e1 100644 --- a/panda/src/display/lru.cxx +++ b/panda/src/display/lru.cxx @@ -22,7 +22,7 @@ #include #include -#include +//#include #include "lru.h"