summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--logd/src/apps/logd/main.cpp2
-rw-r--r--logd/src/logd/exceptions.h (renamed from logd/src/logd/errhandle.h)0
-rw-r--r--logd/src/logd/forwarder.cpp2
-rw-r--r--logd/src/logd/watcher.cpp2
4 files changed, 3 insertions, 3 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>
diff --git a/logd/src/logd/errhandle.h b/logd/src/logd/exceptions.h
index b2ff3516b69..b2ff3516b69 100644
--- a/logd/src/logd/errhandle.h
+++ b/logd/src/logd/exceptions.h
diff --git a/logd/src/logd/forwarder.cpp b/logd/src/logd/forwarder.cpp
index 57097a5b900..76b917d9782 100644
--- a/logd/src/logd/forwarder.cpp
+++ b/logd/src/logd/forwarder.cpp
@@ -1,6 +1,6 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include "errhandle.h"
+#include "exceptions.h"
#include "forwarder.h"
#include "metrics.h"
#include <vespa/vespalib/component/vtag.h>
diff --git a/logd/src/logd/watcher.cpp b/logd/src/logd/watcher.cpp
index 0cd8640c5bb..750d8b1914d 100644
--- a/logd/src/logd/watcher.cpp
+++ b/logd/src/logd/watcher.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 "config_subscriber.h"
-#include "errhandle.h"
+#include "exceptions.h"
#include "forwarder.h"
#include "watcher.h"
#include <vespa/vespalib/util/sig_catch.h>