aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/group.c')
-rw-r--r--src/hyper/group.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/hyper/group.c b/src/hyper/group.c
index f1f69f84..c7a53240 100644
--- a/src/hyper/group.c
+++ b/src/hyper/group.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
@@ -41,17 +41,12 @@
*
****************************************************************************/
-#define _GROUP_C
-
#include "debug.h"
-
#include "halloc.h"
#include "sockio.h"
#include "group.h"
#include "initx.h"
-#include "all_hyper_proto.H1"
-
GroupItem *gTopOfGroupStack = NULL;