Pārlūkot izejas kodu

xmlrpc: remove double #include<>d headers

Дилян Палаузов 2 gadi atpakaļ
vecāks
revīzija
ddefe42e61
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      src/modules/xmlrpc/xmlrpc.c

+ 0 - 2
src/modules/xmlrpc/xmlrpc.c

@@ -43,7 +43,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <string.h>
 #include <stdarg.h>
 #include <sys/types.h>
 #include <signal.h>
@@ -57,7 +56,6 @@
 #include "../../core/parser/msg_parser.h"
 #include "../../core/ut.h"
 #include "../../core/dset.h"
-#include "../../core/str.h"
 #include "../../core/dprint.h"
 #include "../../core/data_lump.h"
 #include "../../core/data_lump_rpl.h"