From: Arran Cudbard-Bell Date: Thu, 12 Apr 2018 06:37:59 +0000 (+0600) Subject: Once more pragma fixup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa1e148f2922b2daf3bb96d2d32f51864ff9f303;p=thirdparty%2Ffreeradius-server.git Once more pragma fixup --- diff --git a/src/modules/proto_vmps/vqp.h b/src/modules/proto_vmps/vqp.h index 446477cb9f5..099fd90b3d6 100644 --- a/src/modules/proto_vmps/vqp.h +++ b/src/modules/proto_vmps/vqp.h @@ -1,3 +1,4 @@ +#pragma once /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,8 +14,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef FR_VQP_H -#define FR_VQP_H /** * $Id$ @@ -44,5 +43,3 @@ ssize_t vqp_packet_size(uint8_t const *data, size_t data_len); #ifdef __cplusplus } #endif - -#endif /* FR_VQP_H */