Fix mysterious unremovable file part 2 ?
[cacao.git] / src / vm / initialize.h
index 77b94c2dec0cc051f5139246daaffdd6b9dba376..431c1c8d846eb3fb8d4c04733813aec3ce7441b5 100644 (file)
@@ -1,9 +1,7 @@
 /* src/vm/initialize.h - static class initializer functions
 
-   Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
-   R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
-   C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
-   Institut f. Computersprachen - TU Wien
+   Copyright (C) 1996-2005, 2006, 2007, 2008
+   CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
 
    This file is part of CACAO.
 
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
-
-   Contact: cacao@complang.tuwien.ac.at
-
-   Authors: Reinhard Grafl
-
-   Changes: Mark Probst
-            Andreas Krall
-            Christian Thalinger
-
-   $Id: initialize.h 2198 2005-04-03 21:40:58Z twisti $
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.
 
 */
 
 #ifndef _INITIALIZE_H
 #define _INITIALIZE_H
 
-#include "vm/class.h"
+#include "config.h"
+
 #include "vm/global.h"
 
+#include "vmcore/class.h"
+
 
 /* function prototypes ********************************************************/
 
-/* call initializer of class */
+void initialize_init(void);
 bool initialize_class(classinfo *c);
 
 #endif /* _INITIALIZE_H */