summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-03-25 12:30:33 +0100
committerMichał Cichoń <michcic@gmail.com>2017-05-17 04:37:39 +0200
commit21b167532b07f631b107968837dcfdf93025239b (patch)
tree77fc64840d2dabd15a55861c4eac9c23c03bb82b /src/config.h
parenta0f2fe714a64c88fb86a9fa09c5a5918e7f30d7a (diff)
downloadpianobar-windows-21b167532b07f631b107968837dcfdf93025239b.tar.gz
pianobar-windows-21b167532b07f631b107968837dcfdf93025239b.tar.bz2
pianobar-windows-21b167532b07f631b107968837dcfdf93025239b.zip
Switch to #pragma once
# Conflicts: # src/http/http.h # src/player.h
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index c408542..8679001 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,5 +1,4 @@
-#ifndef SRC_CONFIG_H_S6A1C09K
-#define SRC_CONFIG_H_S6A1C09K
+# pragma once
/* package name */
#define PACKAGE "pianobar"
@@ -25,4 +24,3 @@
#define CURL_STATICLIB
-#endif /* SRC_CONFIG_H_S6A1C09K */