Skip to content

Commit

Permalink
Revert "Move Uuid code to .cpp file to simplify Windows linking."
Browse files Browse the repository at this point in the history
This reverts commit b063449.
  • Loading branch information
abellgithub committed May 2, 2018
1 parent b063449 commit 44017c8
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 237 deletions.
1 change: 0 additions & 1 deletion pdal/util/CMakeLists.txt
Expand Up @@ -14,7 +14,6 @@ set(PDAL_UTIL_SOURCES
"${PDAL_UTIL_DIR}/FileUtils.cpp"
"${PDAL_UTIL_DIR}/Georeference.cpp"
"${PDAL_UTIL_DIR}/Utils.cpp"
"${PDAL_UTIL_DIR}/Uuid.cpp"
)

PDAL_ADD_FREE_LIBRARY(${PDAL_UTIL_LIB_NAME} SHARED ${PDAL_UTIL_SOURCES})
Expand Down
2 changes: 0 additions & 2 deletions pdal/util/Extractor.hpp
Expand Up @@ -34,8 +34,6 @@

#pragma once

#include <vector>

#include "pdal_util_export.hpp"
#include "portable_endian.hpp"

Expand Down
217 changes: 0 additions & 217 deletions pdal/util/Uuid.cpp

This file was deleted.

0 comments on commit 44017c8

Please sign in to comment.