diff options
Diffstat (limited to 'src/hyper/display.c')
-rw-r--r-- | src/hyper/display.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/hyper/display.c b/src/hyper/display.c index e8ce034e..e7d493f6 100644 --- a/src/hyper/display.c +++ b/src/hyper/display.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -63,8 +63,7 @@ #include "group.h" #include "scrollbar.h" #include "titlebar.h" - -#include "all_hyper_proto.H1" +#include "parse-types.h" extern ItemStack *gTopOfItemStack; |