diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2014-01-15 22:31:53 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2014-01-15 22:31:53 +0000 |
| commit | 933c1e55c55edcd84756431790c04de113046afa (patch) | |
| tree | 9d2b9867de64ff6f735a881f6fa73d9953ff2fbd /cpp/src/qpid/linearstore/journal/EmptyFilePool.cpp | |
| parent | cdbd89a6ea8c2b24319d55022bb0c3783da4be06 (diff) | |
| download | qpid-python-933c1e55c55edcd84756431790c04de113046afa.tar.gz | |
NO-JIRA: Removed linear/legacy store CMake checks for uuid library
- The stores do not directly depend on the library but rather use
the platform indirection in qpid to get to uuid capabilities.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1558591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/linearstore/journal/EmptyFilePool.cpp')
| -rw-r--r-- | cpp/src/qpid/linearstore/journal/EmptyFilePool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/linearstore/journal/EmptyFilePool.cpp b/cpp/src/qpid/linearstore/journal/EmptyFilePool.cpp index 83db81dce8..540bdcaf14 100644 --- a/cpp/src/qpid/linearstore/journal/EmptyFilePool.cpp +++ b/cpp/src/qpid/linearstore/journal/EmptyFilePool.cpp @@ -28,9 +28,9 @@ #include "qpid/linearstore/journal/JournalLog.h" #include "qpid/linearstore/journal/slock.h" #include "qpid/linearstore/journal/utils/file_hdr.h" +#include "qpid/sys/uuid.h" #include <sys/stat.h> #include <unistd.h> -#include <uuid/uuid.h> #include <vector> //#include <iostream> // DEBUG |
