summaryrefslogtreecommitdiffstats
path: root/logd/src/apps
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-03-20 14:46:35 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-03-20 14:46:35 +0000
commit1a2a5b7cd700770125acf1764f2e92156db3805f (patch)
treed624cb1e76b419f3ff9ef70191d3bcc9e124ba6f /logd/src/apps
parent1d7468ea7e13569f8d35127b952004cb628d4c4a (diff)
Rename errhandle.h -> exceptions.h.
Diffstat (limited to 'logd/src/apps')
-rw-r--r--logd/src/apps/logd/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/src/apps/logd/main.cpp b/logd/src/apps/logd/main.cpp
index 1a584871091..86198eadf09 100644
--- a/logd/src/apps/logd/main.cpp
+++ b/logd/src/apps/logd/main.cpp
@@ -1,7 +1,7 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <logd/config_subscriber.h>
-#include <logd/errhandle.h>
+#include <logd/exceptions.h>
#include <logd/forwarder.h>
#include <logd/metrics.h>
#include <logd/state_reporter.h>