diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-03-23 20:52:03 +0100 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-03-23 20:52:03 +0100 |
| commit | d6ea41e1bef4a312a8a1d6683bb29aad777ec9ae (patch) | |
| tree | d9231a5f2d52249657c7523af9c2ff11bdbe4196 /src/client/client.h | |
| parent | 876b2f8e699c1b24ae5e4f98a4affe9fa1a8650f (diff) | |
| download | BT-Programming-Assignment-d6ea41e1bef4a312a8a1d6683bb29aad777ec9ae.tar.gz BT-Programming-Assignment-d6ea41e1bef4a312a8a1d6683bb29aad777ec9ae.zip | |
last small formatting fixes
Diffstat (limited to 'src/client/client.h')
| -rw-r--r-- | src/client/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/client.h b/src/client/client.h index bc2d702..556e9bf 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -8,7 +8,6 @@ #include <string> #include <sys/mman.h> #include <unistd.h> -#include <utility> #include "shared_memory.h" |