summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/LocalCapture.cpp')
-rw-r--r--daemon/LocalCapture.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/daemon/LocalCapture.cpp b/daemon/LocalCapture.cpp
index 3235a34..d2a4b79 100644
--- a/daemon/LocalCapture.cpp
+++ b/daemon/LocalCapture.cpp
@@ -1,18 +1,20 @@
1/** 1/**
2 * Copyright (C) ARM Limited 2010-2013. All rights reserved. 2 * Copyright (C) ARM Limited 2010-2014. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as 5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation. 6 * published by the Free Software Foundation.
7 */ 7 */
8 8
9#include "LocalCapture.h"
10
9#include <sys/stat.h> 11#include <sys/stat.h>
10#include <sys/types.h> 12#include <sys/types.h>
11#include <dirent.h> 13#include <dirent.h>
12#include <string.h> 14#include <string.h>
13#include <stdlib.h> 15#include <stdlib.h>
14#include <unistd.h> 16#include <unistd.h>
15#include "LocalCapture.h" 17
16#include "SessionData.h" 18#include "SessionData.h"
17#include "Logging.h" 19#include "Logging.h"
18#include "OlyUtility.h" 20#include "OlyUtility.h"