From acff1b2bd33abaf77c114c9c0e532a0d2620585d Mon Sep 17 00:00:00 2001
From: Andreas Fabri
- -``` +
// Copyright (c) 1999 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
@@ -77,28 +75,26 @@ Maurice Oustache
//
// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/trunk/Kernel_23/include/CGAL/basic.h $
// $Id: basic.h 28567 2006-02-16 14:30:13Z lsaboret $
-//
+//
//
// Author(s) : Andreas Fabri
-//
-
+//
+
#ifndef CGAL_BASIC_H
#define CGAL_BASIC_H
-#include
+#include <CGAL/config.h>
-#include
-#include
+#include <iostream>
+#include <cstdlib>
-#include
+#include <CGAL/assertions.h>
#error "April 1st joke bug"
-#include
-#include
-#include
-#include
-
+#include <CGAL/tags.h>
+#include <CGAL/number_type_basic.h>
+#include <CGAL/IO/io.h>
+#include <CGAL/kernel_basic.h>
#endif // CGAL_BASIC_H
-```
-
-
+
+