diff options
| author | Soikk | 2022-05-05 18:49:13 +0200 |
|---|---|---|
| committer | Soikk | 2022-05-05 18:49:13 +0200 |
| commit | cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31 (patch) | |
| tree | 324257f3e7f72d9fd22f60ac05282bca38e84a2c /db.h | |
| parent | 39c0dfbc9c4279e519841afae5c7413b1bdf56d8 (diff) | |
| download | soikk-DB-cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31.tar.xz soikk-DB-cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31.tar.zst | |
Deleted spare files
Diffstat (limited to 'db.h')
| -rw-r--r-- | db.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -1,20 +0,0 @@ -#ifndef DB_H -#define DB_H - -#include <stdio.h> -#include <ctype.h> -#include <stdlib.h> -#include <string.h> -#include <stdint.h> -#include <stdbool.h> - - -#include "strnatcmp.h" - -#include "repl.h" -#include "parser.h" -#include "storage.h" -#include "strings.h" - - -#endif |
