]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/bmtable.c
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / bmtable.c
index a8679d75ac7c59ab206c18f761b3dc05d9c281a3..241a415fb7365ad9c5cda32a14bbe767f6a20151 100644 (file)
@@ -6,18 +6,13 @@
  * \author Alejandro Aguilar Sierra
  *
  * Full author contact details are available in file CREDITS
- *
- * Implementation of the XForms object bmtable.
- *
- * A bitmap table uses a single bitmap to simulate a 2d array
- * of bitmap buttons. It can be used to build bitmap menus.
  */
 
 #include <config.h>
 
 #include <stdlib.h>
 #include "bmtable.h"
-#include XPM_H_LOCATION
+#include "lyx_xpm.h"
 
 #if defined(__cplusplus)
 extern "C"