From 89b3ea8c5e357dc979cc3bf6afc9f38547d24410 Mon Sep 17 00:00:00 2001 From: zampolli Date: Sat, 24 Nov 2007 15:19:18 +0000 Subject: [PATCH] Wrong include sintax --- TOF/TOFnoiseda.cxx | 5 +---- TOF/TOFpulserda.cxx | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/TOF/TOFnoiseda.cxx b/TOF/TOFnoiseda.cxx index de3efb9f741..863b3e5b606 100644 --- a/TOF/TOFnoiseda.cxx +++ b/TOF/TOFnoiseda.cxx @@ -16,10 +16,7 @@ Trigger types used: PHYSICS_EVENT (for the time being) // DATE #include "event.h" #include "monitor.h" -extern "C" { -#include -} -//#include "daqDA.h" +#include "daqDA.h" #include #include diff --git a/TOF/TOFpulserda.cxx b/TOF/TOFpulserda.cxx index eaa61f39214..76529833c27 100644 --- a/TOF/TOFpulserda.cxx +++ b/TOF/TOFpulserda.cxx @@ -16,10 +16,7 @@ Trigger types used: PHYSICS_EVENT, for the time being // DATE #include "event.h" #include "monitor.h" -extern "C" { -#include -} -//#include "daqDA.h" +#include "daqDA.h" #include #include -- 2.39.3