From: Soeren Apel Date: Fri, 30 Mar 2018 16:08:05 +0000 (+0200) Subject: SignalHandler: Rename include guard X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=d9d73c044cac7a23d56f8c5688fd6d77840746bf SignalHandler: Rename include guard --- diff --git a/signalhandler.hpp b/signalhandler.hpp index a81f186c..a17b04b9 100644 --- a/signalhandler.hpp +++ b/signalhandler.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef SIGNALHANDLER_HPP -#define SIGNALHANDLER_HPP +#ifndef PULSEVIEW_PV_SIGNALHANDLER_HPP +#define PULSEVIEW_PV_SIGNALHANDLER_HPP #include @@ -51,4 +51,4 @@ private: static int sockets_[2]; }; -#endif // SIGNALHANDLER_HPP +#endif // PULSEVIEW_PV_SIGNALHANDLER_HPP