Skip to content

Commit

Permalink
Fix include header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim committed Jan 9, 2024
1 parent d615382 commit 23de4ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/protocol/KafkaDataTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
#ifndef _KAFKA_DATATYPES_H_
#define _KAFKA_DATATYPES_H_

#include "PlatformSocket.h"
#include <assert.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <utility>
#include <string.h>
#include <vector>
Expand Down

0 comments on commit 23de4ba

Please sign in to comment.