From 1d451db2505f229cb48e4dc671a1900397dd4ee4 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 27 Jun 2020 10:45:31 +0200 Subject: Benutze '#pragma once' als Include-Wächter. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- csv.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'csv.h') diff --git a/csv.h b/csv.h index a6bf64a..5ee7695 100644 --- a/csv.h +++ b/csv.h @@ -1,5 +1,4 @@ -#ifndef ITS1_CSV_H_INCLUDED -#define ITS1_CSV_H_INCLUDED +#pragma once #include /* FILE */ #include /* size_t */ @@ -71,5 +70,3 @@ const char * csv_err_str(csv_err_t csv_err); #ifdef __cplusplus } #endif - -#endif -- cgit v1.3