1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-09 18:51:54 +08:00

移除子模块

This commit is contained in:
fumiama
2021-05-18 20:26:23 +08:00
parent 03d4401be0
commit 4295a6aff0
2 changed files with 1 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "simple-protobuf"]
path = simple-protobuf
url = https://github.com/fumiama/simple-protobuf.git

View File

@@ -13,8 +13,8 @@
#include <unistd.h>
#include <pthread.h>
#include <time.h>
#include <simple_protobuf.h>
#include "config.h"
#include "simple-protobuf/simple_protobuf.h"
#if !__APPLE__
#include <sys/sendfile.h>