summaryrefslogtreecommitdiff
path: root/include/locales.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 11:18:02 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 11:18:02 +0200
commit2cf031b91d5248561fbeff78ceccb0b2d6c73809 (patch)
tree0fdd8d1a3aaf3f937b01d708fb334116833fdecb /include/locales.hpp
parent432f24319319fe040e142059eb83279c53f90ab8 (diff)
refactors, working on settings view
Diffstat (limited to 'include/locales.hpp')
-rw-r--r--include/locales.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/locales.hpp b/include/locales.hpp
index 78bb682..ff116d5 100644
--- a/include/locales.hpp
+++ b/include/locales.hpp
@@ -1,8 +1,5 @@
#pragma once
-#include <stdio.h>
-#include <string.h>
-
typedef struct {
const char* key;
const char* value;