src/nhttpd: clean code

Origin commit data
------------------
Commit: 5e4a541781
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-28 (Wed, 28 Nov 2012)
This commit is contained in:
Jacek Jendrzej
2012-11-28 19:03:03 +01:00
parent e5b4c3107f
commit 9d760b0ac6
28 changed files with 106 additions and 113 deletions

View File

@@ -9,9 +9,9 @@
// c++
#include <string>
// yhttpd
#include "yhttpd.h"
#include "ytypes_globals.h"
#include "mod_yparser.h"
#include <yhttpd.h>
#include <ytypes_globals.h>
#include <mod_yparser.h>
// forward declaration
class CNeutrinoAPI;