summaryrefslogtreecommitdiff
path: root/content/handlers/html/dom_event.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-06 23:38:50 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-06 23:38:50 +0100
commit5f8b1497e1489e2b3c11e8a49f01770433115ee2 (patch)
tree9b3fb7ef043610c7bfac29e7e3be1103660ea867 /content/handlers/html/dom_event.c
parentc2f9bcac19d53eff2e01152c190d3727b224660c (diff)
downloadnetsurf-5f8b1497e1489e2b3c11e8a49f01770433115ee2.tar.gz
netsurf-5f8b1497e1489e2b3c11e8a49f01770433115ee2.tar.bz2
clean up content headers and documentation comments
pure formatting and documentation changes, no code difference
Diffstat (limited to 'content/handlers/html/dom_event.c')
-rw-r--r--content/handlers/html/dom_event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/dom_event.c b/content/handlers/html/dom_event.c
index 4468e8296..08a1e45f2 100644
--- a/content/handlers/html/dom_event.c
+++ b/content/handlers/html/dom_event.c
@@ -27,6 +27,7 @@
#include "utils/log.h"
#include "utils/ascii.h"
#include "utils/string.h"
+#include "utils/nsurl.h"
#include "javascript/js.h"
#include "html/private.h"