summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-12-21 16:14:49 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-12-21 20:09:03 +0530
commit13534089999f00de61d5596ae5d917d545e48ba3 (patch)
treeba70ee7451fbea7a6326f406cd1617e1b7fa13cc /tools
parentcompilerplugins: pass absolute path to online dir (diff)
downloadonline-13534089999f00de61d5596ae5d917d545e48ba3.tar.gz
online-13534089999f00de61d5596ae5d917d545e48ba3.zip
loplugin:includeform
Some files weren't rewritten from the last run. Change-Id: I8c5beadaf2cf9b367158abe6f0a5460fa3054521
Diffstat (limited to 'tools')
-rw-r--r--tools/mount.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mount.cpp b/tools/mount.cpp
index 40c64eba93..7afba1fcd7 100644
--- a/tools/mount.cpp
+++ b/tools/mount.cpp
@@ -10,11 +10,11 @@
* This is a very tiny helper to allow overlay mounting.
*/
-#include "config.h"
+#include <config.h>
#include <sys/mount.h>
-#include "security.h"
+#include <security.h>
int main(int argc, char **argv)
{