Skip to content

Commit

Permalink
Fix: rearranged includes to avoid macro redef
Browse files Browse the repository at this point in the history
Missed AmqpException.cpp on the last commit
  • Loading branch information
alanxz committed Mar 7, 2012
1 parent 1366073 commit 5480846
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AmqpException.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
* ***** END LICENSE BLOCK *****
*/

#include <amqp.h>
#include <amqp_framing.h>

#include "SimpleAmqpClient/AmqpException.h"

#include <boost/lexical_cast.hpp>

#include <amqp.h>
#include <amqp_framing.h>
#include <assert.h>

namespace AmqpClient
Expand Down

0 comments on commit 5480846

Please sign in to comment.