From 1ae51ff94d0f1f27a4e4cc657371578db13c3ca1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 8 Feb 2019 20:26:14 +0100 Subject: Make code compile again (fix bitrot dating back from 2013). --- src/testclient.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/testclient.h') diff --git a/src/testclient.h b/src/testclient.h index d92bd9c..f9562f4 100644 --- a/src/testclient.h +++ b/src/testclient.h @@ -25,6 +25,4 @@ * along with Munia; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef __MUNIA_TESTCLIENT_H__ -#define __MUNIA_TESTCLIENT_H__ -#endif/*__MUNIA_TESTCLIENT_H__*/ +#pragma once -- cgit v1.2.3