Old style C-include files needed on Alpha
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Jul 2002 10:00:43 +0000 (10:00 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Jul 2002 10:00:43 +0000 (10:00 +0000)
PHOS/AliPHOSMemoryWatcher.cxx

index 0a784deec7d49c8a0798899db382accbba8e57dd..7baa4bf2279998041f1bce8cac5281cabde22580 100644 (file)
@@ -47,9 +47,9 @@
 //*-- Author: Laurent Aphecetche(SUBATECH)
 // --- std system ---
 #include <iostream>
-#include <cstdio>
-#include <cstdlib>
-#include <cassert>
+#include <stdio.h>
+#include <stdlib.h>
+#include <assert.h>
 // --- AliRoot header files ---
 #include "AliPHOSMemoryWatcher.h"
 // --- ROOT system ---