Skip to content

Commit

Permalink
Fixes skupperproject#1506: move decoders to their own module
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed May 23, 2024
1 parent dd6e44b commit 190e9bc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ set(qpid_dispatch_SOURCES
observers/protocol_observer.c
observers/tcp_observer.c
observers/http1/http1_observer.c
observers/http1/http1_decoder.c
observers/http2_observer.c
decoders/http1/http1_decoder.c
alloc.c
alloc_pool.c
aprintf.c
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/observers/http1/http1_observer.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
*/

#include "observers/private.h"

#include "http1_decoder.h"
#include "decoders/http1/http1_decoder.h"

#include <inttypes.h>

Expand Down

0 comments on commit 190e9bc

Please sign in to comment.