Skip to content

Commit b79a1ae

Browse files
committed
Move endianness.h file into detail folder
1 parent 000a119 commit b79a1ae

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/group_information.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <algorithm>
44
#include "topic_partition.h"
55
#include "exceptions.h"
6-
#include "utils/endianness.h"
6+
#include "detail/endianness.h"
77

88
using std::string;
99
using std::vector;

0 commit comments

Comments
 (0)