[pytango] 73/483: update tango includes

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 0764c9ab78c8a8729a50fcba4d144ae9d173afb9
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Wed Nov 30 16:10:38 2011 +0000

    update tango includes
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18525 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 src/api_util.cpp                      | 2 +-
 src/archive_event_info.cpp            | 2 +-
 src/attr_conf_event_data.cpp          | 2 +-
 src/attribute_alarm_info.cpp          | 2 +-
 src/attribute_dimension.cpp           | 2 +-
 src/attribute_event_info.cpp          | 2 +-
 src/attribute_info.cpp                | 2 +-
 src/attribute_info_ex.cpp             | 2 +-
 src/attribute_proxy.cpp               | 2 +-
 src/base_types.cpp                    | 2 +-
 src/callback.cpp                      | 2 +-
 src/change_event_info.cpp             | 2 +-
 src/command_info.cpp                  | 2 +-
 src/connection.cpp                    | 2 +-
 src/constants.cpp                     | 2 +-
 src/data_ready_event_data.cpp         | 2 +-
 src/database.cpp                      | 2 +-
 src/db.cpp                            | 2 +-
 src/dev_command_info.cpp              | 2 +-
 src/dev_error.cpp                     | 2 +-
 src/device_attribute.cpp              | 2 +-
 src/device_attribute.h                | 2 +-
 src/device_attribute_config.cpp       | 2 +-
 src/device_attribute_history.cpp      | 2 +-
 src/device_data.cpp                   | 2 +-
 src/device_data_history.cpp           | 2 +-
 src/device_info.cpp                   | 2 +-
 src/device_proxy.cpp                  | 2 +-
 src/enums.cpp                         | 2 +-
 src/event_data.cpp                    | 2 +-
 src/exception.cpp                     | 2 +-
 src/exception.h                       | 2 +-
 src/from_py.h                         | 2 +-
 src/group.cpp                         | 2 +-
 src/group_element.cpp                 | 2 +-
 src/group_reply.cpp                   | 2 +-
 src/group_reply_list.cpp              | 2 +-
 src/locker_info.cpp                   | 2 +-
 src/locking_thread.cpp                | 2 +-
 src/periodic_event_info.cpp           | 2 +-
 src/poll_device.cpp                   | 2 +-
 src/pytango.cpp                       | 2 +-
 src/pytgutils.cpp                     | 2 +-
 src/pytgutils.h                       | 2 +-
 src/server/attr.cpp                   | 2 +-
 src/server/attr.h                     | 2 +-
 src/server/attribute.cpp              | 2 +-
 src/server/attribute.h                | 2 +-
 src/server/command.cpp                | 2 +-
 src/server/command.h                  | 2 +-
 src/server/device_class.h             | 2 +-
 src/server/device_impl.cpp            | 2 +-
 src/server/device_impl.h              | 2 +-
 src/server/dserver.cpp                | 2 +-
 src/server/encoded_attribute.cpp      | 2 +-
 src/server/log4tango.cpp              | 2 +-
 src/server/subdev.cpp                 | 2 +-
 src/server/tango_util.cpp             | 2 +-
 src/server/user_default_attr_prop.cpp | 2 +-
 src/server/wattribute.cpp             | 2 +-
 src/tgutils.h                         | 2 +-
 src/time_val.cpp                      | 2 +-
 src/to_py.h                           | 2 +-
 src/version.cpp                       | 2 +-
 64 files changed, 64 insertions(+), 64 deletions(-)

diff --git a/src/api_util.cpp b/src/api_util.cpp
index 297617d..ee312df 100644
--- a/src/api_util.cpp
+++ b/src/api_util.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "pyutils.h"
 
diff --git a/src/archive_event_info.cpp b/src/archive_event_info.cpp
index 77faa2a..e66de5b 100644
--- a/src/archive_event_info.cpp
+++ b/src/archive_event_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/attr_conf_event_data.cpp b/src/attr_conf_event_data.cpp
index e295bd3..d54d2fb 100644
--- a/src/attr_conf_event_data.cpp
+++ b/src/attr_conf_event_data.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/attribute_alarm_info.cpp b/src/attribute_alarm_info.cpp
index 8dc1cab..975c60e 100644
--- a/src/attribute_alarm_info.cpp
+++ b/src/attribute_alarm_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/attribute_dimension.cpp b/src/attribute_dimension.cpp
index 8bcd25a..fb61e38 100644
--- a/src/attribute_dimension.cpp
+++ b/src/attribute_dimension.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/attribute_event_info.cpp b/src/attribute_event_info.cpp
index bb8fd77..88b0968 100644
--- a/src/attribute_event_info.cpp
+++ b/src/attribute_event_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/attribute_info.cpp b/src/attribute_info.cpp
index bf00cc0..5239bae 100644
--- a/src/attribute_info.cpp
+++ b/src/attribute_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/attribute_info_ex.cpp b/src/attribute_info_ex.cpp
index 296f07c..a3a6d77 100644
--- a/src/attribute_info_ex.cpp
+++ b/src/attribute_info_ex.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/attribute_proxy.cpp b/src/attribute_proxy.cpp
index e29030c..8cd70d8 100644
--- a/src/attribute_proxy.cpp
+++ b/src/attribute_proxy.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <string>
 
 #include "defs.h"
diff --git a/src/base_types.cpp b/src/base_types.cpp
index 20e5f16..797d64c 100644
--- a/src/base_types.cpp
+++ b/src/base_types.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/suite/indexing/vector_indexing_suite.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pytgutils.h"
diff --git a/src/callback.cpp b/src/callback.cpp
index 4743644..b91fe90 100644
--- a/src/callback.cpp
+++ b/src/callback.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include "pytgutils.h"
 #include "callback.h"
 #include "device_attribute.h"
diff --git a/src/change_event_info.cpp b/src/change_event_info.cpp
index 2af90e1..5ebb78c 100644
--- a/src/change_event_info.cpp
+++ b/src/change_event_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/command_info.cpp b/src/command_info.cpp
index 72b3f09..0d6f69f 100644
--- a/src/command_info.cpp
+++ b/src/command_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/connection.cpp b/src/connection.cpp
index 20415ee..b2289a4 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python/copy_const_reference.hpp>
 #include <boost/python/copy_non_const_reference.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "pytgutils.h"
 #include "callback.h"
diff --git a/src/constants.cpp b/src/constants.cpp
index 6edcd65..47132be 100644
--- a/src/constants.cpp
+++ b/src/constants.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/data_ready_event_data.cpp b/src/data_ready_event_data.cpp
index e66f1d6..05aaf56 100644
--- a/src/data_ready_event_data.cpp
+++ b/src/data_ready_event_data.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/database.cpp b/src/database.cpp
index a5d171e..dc548c9 100644
--- a/src/database.cpp
+++ b/src/database.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <string>
 
 #include "defs.h"
diff --git a/src/db.cpp b/src/db.cpp
index a70f612..3d9769c 100644
--- a/src/db.cpp
+++ b/src/db.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pytgutils.h"
diff --git a/src/dev_command_info.cpp b/src/dev_command_info.cpp
index 09a0c84..4b9c9af 100644
--- a/src/dev_command_info.cpp
+++ b/src/dev_command_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/dev_error.cpp b/src/dev_error.cpp
index 2568301..bfd8697 100644
--- a/src/dev_error.cpp
+++ b/src/dev_error.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/device_attribute.cpp b/src/device_attribute.cpp
index a6d84aa..8094a40 100644
--- a/src/device_attribute.cpp
+++ b/src/device_attribute.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/handle.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <iostream>
 #include <string>
 #include <memory>
diff --git a/src/device_attribute.h b/src/device_attribute.h
index 896b6a8..1f4ca41 100644
--- a/src/device_attribute.h
+++ b/src/device_attribute.h
@@ -24,7 +24,7 @@
 #pragma once
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <iostream>
 #include <string>
 
diff --git a/src/device_attribute_config.cpp b/src/device_attribute_config.cpp
index cd9b87b..80b20e8 100644
--- a/src/device_attribute_config.cpp
+++ b/src/device_attribute_config.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/device_attribute_history.cpp b/src/device_attribute_history.cpp
index f336cc7..cb53dbe 100644
--- a/src/device_attribute_history.cpp
+++ b/src/device_attribute_history.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/device_data.cpp b/src/device_data.cpp
index 1353a4a..d7a2fd6 100644
--- a/src/device_data.cpp
+++ b/src/device_data.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/mpl/if.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <iostream>
 #include <string>
 
diff --git a/src/device_data_history.cpp b/src/device_data_history.cpp
index e0f5bf6..1239468 100644
--- a/src/device_data_history.cpp
+++ b/src/device_data_history.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/device_info.cpp b/src/device_info.cpp
index 10e0be9..28585e0 100644
--- a/src/device_info.cpp
+++ b/src/device_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/device_proxy.cpp b/src/device_proxy.cpp
index 092711f..af255ba 100644
--- a/src/device_proxy.cpp
+++ b/src/device_proxy.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <string>
 #include <memory>
 
diff --git a/src/enums.cpp b/src/enums.cpp
index ad8d329..e6e9c22 100644
--- a/src/enums.cpp
+++ b/src/enums.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/event_data.cpp b/src/event_data.cpp
index d72ce41..a55455d 100644
--- a/src/event_data.cpp
+++ b/src/event_data.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/exception.cpp b/src/exception.cpp
index 8e0d242..4969ce2 100644
--- a/src/exception.cpp
+++ b/src/exception.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/suite/indexing/vector_indexing_suite.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <iostream>
 #include <string>
 
diff --git a/src/exception.h b/src/exception.h
index fc9e8f8..c2073b3 100644
--- a/src/exception.h
+++ b/src/exception.h
@@ -24,7 +24,7 @@
 #pragma once
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 /**
  * Translates a seq<DevError> into a C++ DevErrorList
diff --git a/src/from_py.h b/src/from_py.h
index 98bccf5..269d580 100644
--- a/src/from_py.h
+++ b/src/from_py.h
@@ -28,7 +28,7 @@
 #if BOOST_VERSION < 103400
 #include <boost/python/detail/api_placeholder.hpp>
 #endif
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "tgutils.h"
diff --git a/src/group.cpp b/src/group.cpp
index e8b1d64..d9546b2 100644
--- a/src/group.cpp
+++ b/src/group.cpp
@@ -24,7 +24,7 @@
 #include <boost/python/copy_const_reference.hpp>
 #include <boost/python/copy_non_const_reference.hpp>
 #include <boost/python/suite/indexing/vector_indexing_suite.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <memory>
 
 #include "pytgutils.h"
diff --git a/src/group_element.cpp b/src/group_element.cpp
index fe71aff..a9f8667 100644
--- a/src/group_element.cpp
+++ b/src/group_element.cpp
@@ -24,7 +24,7 @@
 #include <boost/python/copy_const_reference.hpp>
 #include <boost/python/copy_non_const_reference.hpp>
 #include <boost/python/suite/indexing/vector_indexing_suite.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "pytgutils.h"
 #include "device_attribute.h"
diff --git a/src/group_reply.cpp b/src/group_reply.cpp
index 710d534..9b87a5c 100644
--- a/src/group_reply.cpp
+++ b/src/group_reply.cpp
@@ -24,7 +24,7 @@
 #include <boost/python/copy_const_reference.hpp>
 #include <boost/python/copy_non_const_reference.hpp>
 #include <boost/python/suite/indexing/vector_indexing_suite.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "pytgutils.h"
 #include "device_attribute.h"
diff --git a/src/group_reply_list.cpp b/src/group_reply_list.cpp
index d1f0def..8891fd0 100644
--- a/src/group_reply_list.cpp
+++ b/src/group_reply_list.cpp
@@ -24,7 +24,7 @@
 #include <boost/python/copy_const_reference.hpp>
 #include <boost/python/copy_non_const_reference.hpp>
 #include <boost/python/suite/indexing/vector_indexing_suite.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "pytgutils.h"
 #include "device_attribute.h"
diff --git a/src/locker_info.cpp b/src/locker_info.cpp
index 0a05be2..6fd601b 100644
--- a/src/locker_info.cpp
+++ b/src/locker_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/locking_thread.cpp b/src/locking_thread.cpp
index 33a4164..6305db1 100644
--- a/src/locking_thread.cpp
+++ b/src/locking_thread.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/periodic_event_info.cpp b/src/periodic_event_info.cpp
index df958c8..3d4848d 100644
--- a/src/periodic_event_info.cpp
+++ b/src/periodic_event_info.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/poll_device.cpp b/src/poll_device.cpp
index 51fdbe1..3e8a8ad 100644
--- a/src/poll_device.cpp
+++ b/src/poll_device.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/pytango.cpp b/src/pytango.cpp
index fa0fc5b..1afa273 100644
--- a/src/pytango.cpp
+++ b/src/pytango.cpp
@@ -32,7 +32,7 @@
 #   include <numpy/arrayobject.h>
 #endif
 
-#include <tango/tango.h>
+#include <tango.h>
 #include <iostream>
 #include <string>
 
diff --git a/src/pytgutils.cpp b/src/pytgutils.cpp
index ab9c09d..3f8ec13 100644
--- a/src/pytgutils.cpp
+++ b/src/pytgutils.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pytgutils.h"
diff --git a/src/pytgutils.h b/src/pytgutils.h
index 67afa9a..896df23 100644
--- a/src/pytgutils.h
+++ b/src/pytgutils.h
@@ -24,7 +24,7 @@
 #pragma once
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pyutils.h"
diff --git a/src/server/attr.cpp b/src/server/attr.cpp
index 5b552db..9d8f8aa 100644
--- a/src/server/attr.cpp
+++ b/src/server/attr.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "server/attr.h"
 
diff --git a/src/server/attr.h b/src/server/attr.h
index 3fa981a..c0fbb8a 100644
--- a/src/server/attr.h
+++ b/src/server/attr.h
@@ -25,7 +25,7 @@
 #define _ATTR_H_
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "exception.h"
 #include "pytgutils.h"
diff --git a/src/server/attribute.cpp b/src/server/attribute.cpp
index 29a12f3..d7f463d 100644
--- a/src/server/attribute.cpp
+++ b/src/server/attribute.cpp
@@ -24,7 +24,7 @@
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
 #include <string>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pytgutils.h"
diff --git a/src/server/attribute.h b/src/server/attribute.h
index 7b181a2..0e0f0aa 100644
--- a/src/server/attribute.h
+++ b/src/server/attribute.h
@@ -25,7 +25,7 @@
 #define _ATTRIBUTE_H_
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 namespace PyAttribute
 {
diff --git a/src/server/command.cpp b/src/server/command.cpp
index a7935ad..87bda2c 100644
--- a/src/server/command.cpp
+++ b/src/server/command.cpp
@@ -23,7 +23,7 @@
 
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "exception.h"
 #include "pytgutils.h"
diff --git a/src/server/command.h b/src/server/command.h
index 3363a1e..e92a590 100644
--- a/src/server/command.h
+++ b/src/server/command.h
@@ -25,7 +25,7 @@
 #define _COMMAND_H_
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 class PyCmd : public Tango::Command
 {
diff --git a/src/server/device_class.h b/src/server/device_class.h
index f75a2de..d0c79ad 100644
--- a/src/server/device_class.h
+++ b/src/server/device_class.h
@@ -25,7 +25,7 @@
 #define _DEVICE_CLASS_H_
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 class CppDeviceClass: public Tango::DeviceClass
 {
diff --git a/src/server/device_impl.cpp b/src/server/device_impl.cpp
index 89a9b34..b045be5 100644
--- a/src/server/device_impl.cpp
+++ b/src/server/device_impl.cpp
@@ -24,7 +24,7 @@
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
 #include <string>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pytgutils.h"
diff --git a/src/server/device_impl.h b/src/server/device_impl.h
index dd306bf..91d4a5e 100644
--- a/src/server/device_impl.h
+++ b/src/server/device_impl.h
@@ -25,7 +25,7 @@
 #define _DEVICE_IMPL_H
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include <server/device_class.h>
 
diff --git a/src/server/dserver.cpp b/src/server/dserver.cpp
index 088d592..a7ba9ac 100644
--- a/src/server/dserver.cpp
+++ b/src/server/dserver.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "to_py.h"
 #include "from_py.h"
diff --git a/src/server/encoded_attribute.cpp b/src/server/encoded_attribute.cpp
index 2823432..658456d 100644
--- a/src/server/encoded_attribute.cpp
+++ b/src/server/encoded_attribute.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include "tango_numpy.h"
 #include "device_attribute.h"
 
diff --git a/src/server/log4tango.cpp b/src/server/log4tango.cpp
index 7af3132..c613892 100644
--- a/src/server/log4tango.cpp
+++ b/src/server/log4tango.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pytgutils.h"
diff --git a/src/server/subdev.cpp b/src/server/subdev.cpp
index 986c56e..09c5520 100644
--- a/src/server/subdev.cpp
+++ b/src/server/subdev.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/server/tango_util.cpp b/src/server/tango_util.cpp
index 6bb95a1..9db93a0 100644
--- a/src/server/tango_util.cpp
+++ b/src/server/tango_util.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 #include <iostream>
 
 #include "defs.h"
diff --git a/src/server/user_default_attr_prop.cpp b/src/server/user_default_attr_prop.cpp
index 61268ba..0aa1d73 100644
--- a/src/server/user_default_attr_prop.cpp
+++ b/src/server/user_default_attr_prop.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/server/wattribute.cpp b/src/server/wattribute.cpp
index a6977af..ccdf4af 100644
--- a/src/server/wattribute.cpp
+++ b/src/server/wattribute.cpp
@@ -24,7 +24,7 @@
 #include <boost/python.hpp>
 #include <boost/python/return_value_policy.hpp>
 #include <string>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 #include "pytgutils.h"
diff --git a/src/tgutils.h b/src/tgutils.h
index 816d007..6bd10f3 100644
--- a/src/tgutils.h
+++ b/src/tgutils.h
@@ -24,7 +24,7 @@
 #pragma once
 
 #include <cassert>
-#include <tango/tango.h>
+#include <tango.h>
 
 namespace Tango
 {
diff --git a/src/time_val.cpp b/src/time_val.cpp
index d46c2a1..e23033e 100644
--- a/src/time_val.cpp
+++ b/src/time_val.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 
diff --git a/src/to_py.h b/src/to_py.h
index 1ded845..d094fa4 100644
--- a/src/to_py.h
+++ b/src/to_py.h
@@ -24,7 +24,7 @@
 #pragma once
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 #include "defs.h"
 
diff --git a/src/version.cpp b/src/version.cpp
index a33b90b..6ea0785 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -22,7 +22,7 @@
 *******************************************************************************/
 
 #include <boost/python.hpp>
-#include <tango/tango.h>
+#include <tango.h>
 
 using namespace boost::python;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list