mirror of
https://github.com/fumiama/simple-kanban.git
synced 2026-06-28 23:20:27 +08:00
移除子模块
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "simple-protobuf"]
|
|
||||||
path = simple-protobuf
|
|
||||||
url = https://github.com/fumiama/simple-protobuf.git
|
|
||||||
2
server.c
2
server.c
@@ -13,8 +13,8 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <simple_protobuf.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "simple-protobuf/simple_protobuf.h"
|
|
||||||
|
|
||||||
#if !__APPLE__
|
#if !__APPLE__
|
||||||
#include <sys/sendfile.h>
|
#include <sys/sendfile.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user