X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95..7c2fb837ec2f0e0a509f22ccc35f9b43476a6119:/src/xfns.c diff --git a/src/xfns.c b/src/xfns.c index 1af0e76caa..e079ff6025 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -56,15 +56,11 @@ along with GNU Emacs. If not, see . */ #include #include -#ifndef VMS #if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */ #include "bitmaps/gray.xbm" #else #include #endif -#else -#include "[.bitmaps]gray.xbm" -#endif #ifdef USE_GTK #include "gtkutil.h"