aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Nadler <sebastian.nadler@tum.de>2023-12-01 11:53:08 +0100
committerSebastian Nadler <sebastian.nadler@tum.de>2023-12-01 11:53:08 +0100
commit1f3787891075decb39c6dae77120f53d044fb001 (patch)
treeef9f59a3122e9f20ddcc805584ec3799d02f065f
parent5d2340084cd15e3a47a6483d4376d882ca92f36d (diff)
downloadgana-1f3787891075decb39c6dae77120f53d044fb001.tar.gz
gana-1f3787891075decb39c6dae77120f53d044fb001.zip
Fix wrong headers
-rw-r--r--gns-protocol-numbers/h.header4
-rw-r--r--gns-service-port-numbers/h.header4
2 files changed, 0 insertions, 8 deletions
diff --git a/gns-protocol-numbers/h.header b/gns-protocol-numbers/h.header
index 5483922..8571e41 100644
--- a/gns-protocol-numbers/h.header
+++ b/gns-protocol-numbers/h.header
@@ -29,10 +29,6 @@
29 * file with the update. 29 * file with the update.
30 */ 30 */
31 31
32#include <cstdint>
33#include <cstddef>
34#include <cstring>
35
36#ifdef __cplusplus 32#ifdef __cplusplus
37extern "C" { 33extern "C" {
38#if 0 /* keep Emacsens' auto-indent happy */ 34#if 0 /* keep Emacsens' auto-indent happy */
diff --git a/gns-service-port-numbers/h.header b/gns-service-port-numbers/h.header
index 0456633..ed8860e 100644
--- a/gns-service-port-numbers/h.header
+++ b/gns-service-port-numbers/h.header
@@ -29,10 +29,6 @@
29 * file with the update. 29 * file with the update.
30 */ 30 */
31 31
32#include <cstdint>
33#include <cstddef>
34#include <cstring>
35
36#ifdef __cplusplus 32#ifdef __cplusplus
37extern "C" { 33extern "C" {
38#if 0 /* keep Emacsens' auto-indent happy */ 34#if 0 /* keep Emacsens' auto-indent happy */