core: remove ssrf.h include file

It didn't contain anything.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-05-04 22:59:59 +02:00 committed by bstoeger
parent 4d183637d0
commit 2df30a4144
29 changed files with 0 additions and 39 deletions

View file

@ -4,7 +4,6 @@
#pragma clang diagnostic ignored "-Wmissing-field-initializers"
#endif
#include "ssrf.h"
#include <stdio.h>
#include <ctype.h>
#include <string.h>