summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-09 18:41:30 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-09 18:41:30 +0100
commitae0e2e274b2448cd2aec8858b49666f0867183a0 (patch)
treee9957fe37fb66139ccdca8ad96edebed21c616e6 /src
parent5fd2883bb3e196b1682e399d08ba31753c980056 (diff)
downloadrabbitmq-server-git-ae0e2e274b2448cd2aec8858b49666f0867183a0.tar.gz
Cosmetics for unification with default
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_basic.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_basic.erl b/src/rabbit_basic.erl
index 8c4ba89729..4ab7a2a0b1 100644
--- a/src/rabbit_basic.erl
+++ b/src/rabbit_basic.erl
@@ -33,8 +33,8 @@
-include("rabbit.hrl").
-include("rabbit_framing.hrl").
--export([publish/1, message/4, delivery/4]).
--export([properties/1, publish/4, publish/7]).
+-export([publish/1, message/4, properties/1, delivery/4]).
+-export([publish/4, publish/7]).
-export([build_content/2, from_content/1]).
-export([is_message_persistent/1]).