summaryrefslogtreecommitdiffstats
path: root/compat/dlfcn.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-26 09:59:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-26 09:59:44 (GMT)
commit4abde457b0e71977a198245a76cc4bd3fd9801ca (patch)
tree5f24a6cb211a5e547ec899059af419f96c65bb7f /compat/dlfcn.h
parent42c352d6258bc3ec26c19183c29b5a4ac4301a81 (diff)
parentd525cce307b002900a04c58a4adff1470f24202c (diff)
downloadtcl-4abde457b0e71977a198245a76cc4bd3fd9801ca.zip
tcl-4abde457b0e71977a198245a76cc4bd3fd9801ca.tar.gz
tcl-4abde457b0e71977a198245a76cc4bd3fd9801ca.tar.bz2
eliminate dependancy of compat/*.h on tcl.h
Diffstat (limited to 'compat/dlfcn.h')
-rw-r--r--compat/dlfcn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/dlfcn.h b/compat/dlfcn.h
index 6940c2a..fb27ea0 100644
--- a/compat/dlfcn.h
+++ b/compat/dlfcn.h
@@ -26,8 +26,6 @@
#ifndef __dlfcn_h__
#define __dlfcn_h__
-#include "tcl.h"
-
#ifdef __cplusplus
extern "C" {
#endif