summaryrefslogtreecommitdiff
path: root/internal/pkg/all-in-one
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 17:59:38 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 17:59:38 +0400
commit4ed0e734e115d90bf613b7de7c6792e397569553 (patch)
treee036c5bd2c3ad920b6ea135f47d110cb87bd5fb2 /internal/pkg/all-in-one
parentcceb597c4591a51c07a56b8246539f415f8e1264 (diff)
fix header import
Diffstat (limited to 'internal/pkg/all-in-one')
-rw-r--r--internal/pkg/all-in-one/.gitignore1
-rw-r--r--internal/pkg/all-in-one/all-in-one.go2
2 files changed, 1 insertions, 2 deletions
diff --git a/internal/pkg/all-in-one/.gitignore b/internal/pkg/all-in-one/.gitignore
deleted file mode 100644
index ca1584e..0000000
--- a/internal/pkg/all-in-one/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-all-in-one.h
diff --git a/internal/pkg/all-in-one/all-in-one.go b/internal/pkg/all-in-one/all-in-one.go
index b95d515..7badf33 100644
--- a/internal/pkg/all-in-one/all-in-one.go
+++ b/internal/pkg/all-in-one/all-in-one.go
@@ -2,7 +2,7 @@ package allinone
/*
#cgo LDFLAGS: -L../../../build/lib -lall_in_one -lz -lm
-#include "./all-in-one.h"
+#include "./all_in_one.h"
#include "./error_handler.h"
*/
import "C"