mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 16:24:07 +02:00
move collection.h into collections/
This commit is contained in:
parent
940203cf41
commit
e39bd68975
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../collection.h"
|
||||
#include "../collections/collection.h"
|
||||
#include "../models/models.h"
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../collection.h"
|
||||
#include "../collections/collection.h"
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../collection.h"
|
||||
#include "../collections/collection.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MAX_HEADER_BUFFER_SIZE 65536
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../collection.h"
|
||||
#include "../collections/collection.h"
|
||||
#include "client_connection.h"
|
||||
#include "http.h"
|
||||
#include "packet.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "json.h"
|
||||
#include "../collection.h"
|
||||
#include "../collections/collection.h"
|
||||
#include "../util/str.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../collection.h"
|
||||
#include "../collections/collection.h"
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user