diff options
author | Determinant <[email protected]> | 2019-08-16 15:47:44 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-08-16 15:47:44 -0400 |
commit | 1e2bceedc30e41964345acc8f0bdd734e766e1f6 (patch) | |
tree | c3da31b7d64f164fd9576bbb415cdc38fc63777b /examples | |
parent | a442616edf97dc65f6e768d249eb318fa317c747 (diff) |
remove dangling include
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hotstuff_app.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hotstuff_app.cpp b/examples/hotstuff_app.cpp index a0fe80b..8bc092d 100644 --- a/examples/hotstuff_app.cpp +++ b/examples/hotstuff_app.cpp @@ -22,7 +22,6 @@ #include <random> #include <unistd.h> #include <signal.h> -#include <event2/event.h> #include "salticidae/stream.h" #include "salticidae/util.h" |