Commit c7bca976 authored by Pavel Emelyanov's avatar Pavel Emelyanov

sk: Move protobuf.h from socket .h-s to sk-inet.c

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 1084ab2a
......@@ -6,7 +6,6 @@
#include "sockets.h"
#include "files.h"
#include "common/list.h"
#include "protobuf.h"
#include "images/sk-inet.pb-c.h"
#define INET_ADDR_LEN 48 /* max of INET_ADDRSTRLEN and INET6_ADDRSTRLEN */
......
......@@ -4,7 +4,6 @@
#include <stdbool.h>
#include <sys/socket.h>
#include "protobuf.h"
#include "images/sk-opts.pb-c.h"
struct fdinfo_list_entry;
......
......@@ -21,6 +21,7 @@
#include "rst-malloc.h"
#include "sockets.h"
#include "sk-inet.h"
#include "protobuf.h"
#include "util.h"
#define PB_ALEN_INET 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment