diff options
author | kotontrion <[email protected]> | 2024-07-19 10:13:44 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-19 10:13:44 +0200 |
commit | 86bff65898178fe6e58e8d02c9b6e588003621bc (patch) | |
tree | 9a64b9c5994c689c90229e1d3d639d870292a88c /src/endpoint.c | |
parent | 5cd9f20a93101da2738a4be3a0735a4d6cd3abf9 (diff) |
move headers to the correct location
Diffstat (limited to 'src/endpoint.c')
-rw-r--r-- | src/endpoint.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/endpoint.c b/src/endpoint.c index 77b3104..7d7a275 100644 --- a/src/endpoint.c +++ b/src/endpoint.c @@ -1,12 +1,6 @@ -#include "endpoint.h" - -#include <limits.h> #include <wp/wp.h> #include "endpoint-private.h" -#include "glib-object.h" -#include "glib.h" -#include "glibconfig.h" #include "wp.h" struct _AstalWpEndpoint { |