Skip to content

Commit

Permalink
StageRunner is local to Stage and does not need to be part of the pub…
Browse files Browse the repository at this point in the history
…lic interface
  • Loading branch information
chambbj committed Feb 27, 2015
1 parent b709baa commit cbcfb82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -71,7 +71,6 @@ set(PDAL_BASE_HPP
"${PDAL_HEADERS_DIR}/Stage.hpp"
"${PDAL_HEADERS_DIR}/StageFactory.hpp"
"${PDAL_HEADERS_DIR}/StageInfo.hpp"
"${PDAL_HEADERS_DIR}/StageRunner.hpp"
"${PDAL_HEADERS_DIR}/StreamFactory.hpp"
"${PDAL_HEADERS_DIR}/UserCallback.hpp"
"${PDAL_HEADERS_DIR}/Utils.hpp"
Expand Down
3 changes: 2 additions & 1 deletion src/Stage.cpp
Expand Up @@ -35,7 +35,8 @@
#include <pdal/GlobalEnvironment.hpp>
#include <pdal/Stage.hpp>
#include <pdal/SpatialReference.hpp>
#include <pdal/StageRunner.hpp>

#include "StageRunner.hpp"

#include <memory>

Expand Down
File renamed without changes.

0 comments on commit cbcfb82

Please sign in to comment.