summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bltConfig.C1
-rw-r--r--src/bltConfig.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/bltConfig.C b/src/bltConfig.C
index 5889032..f8193b9 100644
--- a/src/bltConfig.C
+++ b/src/bltConfig.C
@@ -78,7 +78,6 @@
#include "bltInt.h"
#include "bltWindow.h"
-#include "bltMath.h"
#include "bltFont.h"
#include "bltPicture.h"
#include "bltBgStyle.h"
diff --git a/src/bltConfig.h b/src/bltConfig.h
index 02d04e9..9b4891e 100644
--- a/src/bltConfig.h
+++ b/src/bltConfig.h
@@ -30,8 +30,6 @@
#ifndef BLT_CONFIG_H
#define BLT_CONFIG_H
-# include <stddef.h>
-
#ifndef Blt_Offset
#ifdef offsetof
#define Blt_Offset(type, field) ((int) offsetof(type, field))
@@ -40,7 +38,6 @@
#endif
#endif /* Blt_Offset */
-
typedef int (Blt_OptionParseProc)(ClientData clientData, Tcl_Interp *interp,
Tk_Window tkwin, Tcl_Obj *objPtr, char *widgRec, int offset, int flags);
typedef Tcl_Obj *(Blt_OptionPrintProc)(ClientData clientData,