diff --git a/source/blender/include/BIF_tbcallback.h b/source/blender/include/BIF_tbcallback.h index 0c6e6a3d50c..98aebf5c863 100644 --- a/source/blender/include/BIF_tbcallback.h +++ b/source/blender/include/BIF_tbcallback.h @@ -27,13 +27,9 @@ * * Contributor(s): none yet. * - * ***** END GPL/BL DUAL LICENSE BLOCK ***** + * ***** END GPL/BL DUAL LICENSE BLOCK *****/ + /* defines callback structure for toolbox menu */ - -#ifdef HAVE_CONFIG_H -#include -#endif - typedef struct _TBcallback { char *desc; char *key;