diff options
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r-- | src/w32xfns.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/w32xfns.c b/src/w32xfns.c index 35e12fd10e6..48da14dc8e3 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c @@ -20,16 +20,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include <signal.h> #include <stdio.h> +#include <windows.h> +#include <windowsx.h> #include "lisp.h" -#include "keyboard.h" #include "frame.h" -#include "window.h" -#include "charset.h" -#include "fontset.h" -#include "blockinput.h" #include "w32term.h" -#include "windowsx.h" #define myalloc(cb) GlobalAllocPtr (GPTR, cb) #define myfree(lp) GlobalFreePtr (lp) |