X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=signalhandler.hpp;h=a17b04b9eb885d8de55f5bc507d0974eae554668;hp=a8ddccb30bf2fbb1f36fb9c359d79c94ac8df359;hb=f6b6c9bf50999dc99f9517318ffd3114cae4960f;hpb=4c60462b00cc329e61daedd1c2e66724077bd412 diff --git a/signalhandler.hpp b/signalhandler.hpp index a8ddccb3..a17b04b9 100644 --- a/signalhandler.hpp +++ b/signalhandler.hpp @@ -14,12 +14,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#ifndef SIGNALHANDLER_HPP -#define SIGNALHANDLER_HPP +#ifndef PULSEVIEW_PV_SIGNALHANDLER_HPP +#define PULSEVIEW_PV_SIGNALHANDLER_HPP #include @@ -52,4 +51,4 @@ private: static int sockets_[2]; }; -#endif // SIGNALHANDLER_HPP +#endif // PULSEVIEW_PV_SIGNALHANDLER_HPP