]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.h
#3203
[bbtk.git] / kernel / src / bbtkBlackBox.h
index db02118273aaa83c2f12a3e7f912c656dca50d1e..6da0d20270400ef2470e83d3d6a605e4927c4a4e 100644 (file)
@@ -56,8 +56,8 @@
 #include <set>
 
 // Signal/slot mechanism for output change events
-#include <boost/signals2/signal.hpp>
 #include <boost/bind.hpp>
+#include <boost/signals2/signal.hpp>
 
 
 #define bbtkBlackBoxMessage(key,level,mess) \
@@ -67,7 +67,6 @@
 
 namespace bbtk
 {
-
   struct Void { Void(int = 0) {} };
 
   class Factory;