moved logger.h include from header to cpp

This commit is contained in:
Matej Sekoranja
2011-08-29 07:52:08 +02:00
parent 399bd82662
commit acbfe16022

View File

@@ -6,6 +6,8 @@
#include <pv/responseHandlers.h>
#include <epicsSignal.h>
#include <logger.h>
using std::tr1::dynamic_pointer_cast;
using std::tr1::static_pointer_cast;