Skip to content

Commit

Permalink
[pluginlib] update include statements to use new pluginlib and class_…
Browse files Browse the repository at this point in the history
…loader headers (#112)
  • Loading branch information
mikaelarguedas committed Apr 15, 2018
1 parent b916b31 commit 84b0c46
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/pluginlib/class_list_macros.hpp
Expand Up @@ -37,7 +37,7 @@
#ifndef PLUGINLIB__CLASS_LIST_MACROS_HPP_
#define PLUGINLIB__CLASS_LIST_MACROS_HPP_

#include <class_loader/class_loader.h>
#include <class_loader/class_loader.hpp>

/**
* \def PLUGINLIB_REGISTER_CLASS(class_name, class_type, base_class_type)
Expand Down
2 changes: 1 addition & 1 deletion include/pluginlib/class_loader.hpp
Expand Up @@ -35,7 +35,7 @@
#include <vector>

#include "boost/algorithm/string.hpp"
#include "class_loader/multi_library_class_loader.h"
#include "class_loader/multi_library_class_loader.hpp"
#include "pluginlib/class_desc.hpp"
#include "pluginlib/class_loader_base.hpp"
#include "pluginlib/exceptions.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/pluginlib/class_loader_imp.hpp
Expand Up @@ -51,7 +51,7 @@
#include "boost/bind.hpp"
#include "boost/filesystem.hpp"
#include "boost/foreach.hpp"
#include "class_loader/class_loader.h"
#include "class_loader/class_loader.hpp"

#include "ros/package.h"

Expand Down
2 changes: 1 addition & 1 deletion share/pluginlib/typed_class_loader_template.cpp
Expand Up @@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <ros/console.h>
#include <pluginlib/class_loader.h>
#include <pluginlib/class_loader.hpp>
#include <vector>
#include <string>
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin_tool.cpp
Expand Up @@ -28,7 +28,7 @@
*/

#include <dlfcn.h>
#include <pluginlib/class_loader.h>
#include <pluginlib/class_loader.hpp>
#include <ros/console.h>
#include <iostream>
#include <vector>
Expand Down

0 comments on commit 84b0c46

Please sign in to comment.