diff options
Diffstat (limited to 'server/src/debug.cc')
-rw-r--r-- | server/src/debug.cc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/server/src/debug.cc b/server/src/debug.cc index 6207a1e..54a2191 100644 --- a/server/src/debug.cc +++ b/server/src/debug.cc @@ -1,3 +1,13 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* vim: set et sw=2 ts=2: */ +/*************************************************************************** + * debug.cc + * + * Wed Feb 11 11:22:12 CET 2009 + * Copyright 2009 Bent Bisballe Nyeng + * deva@aasimon.org + ****************************************************************************/ + /* * This file is part of Pracro. * @@ -15,6 +25,7 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include "debug.h" #include <config.h> @@ -22,7 +33,6 @@ #include <stdlib.h> #include <stdarg.h> #include <string.h> -#include "debug.h" #define NELEM(x) (sizeof(x)/sizeof((x)[0])) struct __pracro_debug_channel |