Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerkaraszewski committed Aug 30, 2024
1 parent 470111d commit b2af5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ libstuff/libstuff.d
libstuff/libstuff.h.gch
.idea
.clangd
.nfs*
.cache
compile_commands.json
2 changes: 0 additions & 2 deletions BedrockServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#include <arpa/inet.h>
#include <cstring>
#include <fstream>
#include <iomanip>
#include <sys/resource.h>
#include <sys/time.h>
#include <signal.h>

#include <bedrockVersion.h>
#include <BedrockCore.h>
Expand Down

0 comments on commit b2af5d9

Please sign in to comment.