From cc38ed6fde60477e916078fbafba0edcd80dd34a Mon Sep 17 00:00:00 2001 From: Francois Bleibel <fbleibel@gmail.com> Date: Tue, 8 Jun 2010 11:51:35 +0900 Subject: [PATCH] Removed SOT reference (<sot/*.h> --> <dynamicGraph/*.h>) --- src/signal/signal-ptr.t.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/signal/signal-ptr.t.cpp b/src/signal/signal-ptr.t.cpp index 855224f..f4e111e 100644 --- a/src/signal/signal-ptr.t.cpp +++ b/src/signal/signal-ptr.t.cpp @@ -23,11 +23,11 @@ #ifndef __SIGNAL_PTR_TCPP #define __SIGNAL_PTR_TCPP -#include <sot/signal-ptr.h> +#include <dynamicGraph/signal-ptr.h> #undef VP_TEMPLATE_DEBUG_MODE #define VP_TEMPLATE_DEBUG_MODE 0 -#include <sot/debug.h> +#include <dynamicGraph/debug.h> using namespace dynamicgraph; -- GitLab