summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SimpleQueue.cpp
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2012-08-28 18:30:16 +0000
committerKim van der Riet <kpvdr@apache.org>2012-08-28 18:30:16 +0000
commit3c029508e940ac5308a7b2369fba074480a0d12d (patch)
treedc35513b15d272a141ab73efb6a8db00dd0c6505 /cpp/src/qpid/broker/SimpleQueue.cpp
parent868ce7469262d6fd2fe3f2e7f04cfe7af654d59f (diff)
downloadqpid-python-3c029508e940ac5308a7b2369fba074480a0d12d.tar.gz
QPID-3858: Cleanup, removed old comments and tidied up include statements
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1378257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SimpleQueue.cpp')
-rw-r--r--cpp/src/qpid/broker/SimpleQueue.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/cpp/src/qpid/broker/SimpleQueue.cpp b/cpp/src/qpid/broker/SimpleQueue.cpp
index e20edc1f92..9669f060d3 100644
--- a/cpp/src/qpid/broker/SimpleQueue.cpp
+++ b/cpp/src/qpid/broker/SimpleQueue.cpp
@@ -21,16 +21,16 @@
* \file SimpleQueue.cpp
*/
-#include "SimpleQueue.h"
-
-#include "AsyncResultHandle.h"
-#include "QueueAsyncContext.h"
-#include "SimpleConsumer.h"
-#include "SimpleDeliveryRecord.h"
-#include "SimpleMessage.h"
-#include "SimpleMessageDeque.h"
-#include "SimpleQueuedMessage.h"
-#include "SimpleTxnBuffer.h"
+#include "qpid/broker/SimpleQueue.h"
+
+#include "qpid/broker/AsyncResultHandle.h"
+#include "qpid/broker/QueueAsyncContext.h"
+#include "qpid/broker/SimpleConsumer.h"
+#include "qpid/broker/SimpleDeliveryRecord.h"
+#include "qpid/broker/SimpleMessage.h"
+#include "qpid/broker/SimpleMessageDeque.h"
+#include "qpid/broker/SimpleQueuedMessage.h"
+#include "qpid/broker/SimpleTxnBuffer.h"
#include <string.h> // memcpy()