formatting

This commit is contained in:
john30
2016-12-11 16:29:56 +01:00
parent 1fec0f693c
commit 71117b40b6
10 changed files with 15 additions and 17 deletions
+3 -1
View File
@@ -22,7 +22,9 @@
#include "result.h"
#include "symbol.h"
#include "log.h"
#include "config.h"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <unistd.h>
#include <string>
#include <vector>
+2 -2
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include "network.h"
@@ -25,7 +25,7 @@
#include <cstring>
#ifdef HAVE_PPOLL
#include <poll.h>
# include <poll.h>
#endif
using namespace std;
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include "datatype.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include "data.h"
+2 -2
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include "datatype.h"
@@ -30,7 +30,7 @@
#include <typeinfo>
#ifdef HAVE_CONTRIB
#include "contrib/contrib.h"
# include "contrib/contrib.h"
#endif
using namespace std;
+2 -2
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include "device.h"
@@ -34,7 +34,7 @@
#include <errno.h>
#ifdef HAVE_PPOLL
#include <poll.h>
# include <poll.h>
#endif
using namespace std;
-4
View File
@@ -16,10 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "rotatefile.h"
#include "clock.h"
#include <cstdlib>
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include "thread.h"
+2 -2
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <argp.h>
@@ -29,7 +29,7 @@
#include <sstream>
#ifdef HAVE_PPOLL
#include <poll.h>
# include <poll.h>
#endif
using namespace std;
+1 -1
View File
@@ -17,7 +17,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
# include <config.h>
#endif
#include <argp.h>