summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2006-08-23 03:45:56 +0000
committerjsorg71 <jsorg71>2006-08-23 03:45:56 +0000
commit32a405a1d9b93f2b619175e257fa799a9af7f4bb (patch)
treed9f66a309c6dfb1555f6404a5c5efe1cd30bbf79 /common
parent1747f52ec6af0490f57e91bd7aafcda316c67547 (diff)
downloadxrdp-proprietary-32a405a1d9b93f2b619175e257fa799a9af7f4bb.tar.gz
xrdp-proprietary-32a405a1d9b93f2b619175e257fa799a9af7f4bb.zip
#include using <>
Diffstat (limited to 'common')
-rw-r--r--common/log.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/log.c b/common/log.c
index 543a4e65..01adbd84 100644
--- a/common/log.c
+++ b/common/log.c
@@ -17,13 +17,13 @@
Copyright (C) Jay Sorg 2005-2006
*/
-#include "sys/types.h"
-#include "sys/stat.h"
-#include "fcntl.h"
-#include "syslog.h"
-#include "stdarg.h"
-#include "stdio.h"
-#include "time.h"
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <syslog.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <time.h>
#include "os_calls.h"