Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AMQPObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#import <Foundation/Foundation.h>

#import <amqp.h>
#import "amqp.h"

@interface AMQPObject : NSObject

Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-c/amqp.h
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ typedef enum {

AMQP_END_DECLS

#include <amqp_framing.h>
#include "amqp_framing.h"

AMQP_BEGIN_DECLS

Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-c/amqp_framing.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#ifndef AMQP_FRAMING_H
#define AMQP_FRAMING_H

#include <amqp.h>
#include "amqp.h"

AMQP_BEGIN_DECLS

Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-c/amqp_ssl_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef AMQP_SSL_H
#define AMQP_SSL_H

#include <amqp.h>
#include "amqp.h"

AMQP_BEGIN_DECLS

Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-c/amqp_tcp_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#ifndef AMQP_TCP_SOCKET_H
#define AMQP_TCP_SOCKET_H

#include <amqp.h>
#include "amqp.h"

AMQP_BEGIN_DECLS

Expand Down