diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-22 04:23:10 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-22 04:23:10 +0000 |
commit | 23cf19aad368e794357fb9fdcabd3ad412056b96 (patch) | |
tree | d65e20caa60e9bbae207d8e7cfdfc0a5fbbca190 /src/hyper | |
parent | 5b484d68a91e5867c96ac409253f3503b188aadd (diff) | |
download | open-axiom-23cf19aad368e794357fb9fdcabd3ad412056b96.tar.gz |
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); |