aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-08-16 15:47:44 -0400
committerDeterminant <ted.sybil@gmail.com>2019-08-16 15:47:44 -0400
commit1e2bceedc30e41964345acc8f0bdd734e766e1f6 (patch)
treec3da31b7d64f164fd9576bbb415cdc38fc63777b /examples
parenta442616edf97dc65f6e768d249eb318fa317c747 (diff)
remove dangling include
Diffstat (limited to 'examples')
-rw-r--r--examples/hotstuff_app.cpp1
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"