diff options
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/spadbuf.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/hyper/spadbuf.c b/src/hyper/spadbuf.c index f4da10fb..02f0ebad 100644 --- a/src/hyper/spadbuf.c +++ b/src/hyper/spadbuf.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2009, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -54,11 +54,11 @@ #include "com.h" #include "sockio.h" -#include "edin.H1" -#include "wct.H1" -#include "prt.H1" -#include "cursor.H1" -#include "fnct_key.H1" +#include "edin.h" +#include "wct.h" +#include "prt.h" +#include "cursor.h" +#include "fnct_key.h" static void spadbuf_inter_handler(int); static void spadbuf_function_chars(void); |