diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-10 22:29:10 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-10 22:29:10 -0300 |
commit | 45e4e70ec50bc0d743dadc415e0c4a0695ce63fa (patch) | |
tree | 45f4cbcd6ccd013941dc990bef2aa3e760fad034 /jet.cpp | |
parent | 7908b37141271f671a31f5dc7dd6341a037a4b27 (diff) | |
download | jet-45e4e70ec50bc0d743dadc415e0c4a0695ce63fa.tar.gz jet-45e4e70ec50bc0d743dadc415e0c4a0695ce63fa.zip |
make clear the separation of client and buffer
Diffstat (limited to 'jet.cpp')
-rw-r--r-- | jet.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,8 +11,6 @@ #include <unistd.h> #include <sys/epoll.h> -#include "page.cpp" -#include "point.cpp" #include "buffer.cpp" #include "client.cpp" |