ref: 2b1cd597c8e92e5e7117a8433091596e4a00eec0
parent: f26bb5741548e57cbd040e32c5b6b6ad8271ace6
author: Licai Guo <guolicai@gmail.com>
date: Mon Mar 24 14:26:23 EDT 2014
remove relative include paths
--- a/test/decoder/DecUT_ExpandPicture.cpp
+++ b/test/decoder/DecUT_ExpandPicture.cpp
@@ -1,7 +1,7 @@
#include<gtest/gtest.h>
-#include "../codec/api/svc/codec_def.h"
-#include "../codec/decoder/core/inc/expand_pic.h"
-#include "../codec/decoder/core/inc/mem_align.h"
+#include "codec_def.h"
+#include "expand_pic.h"
+#include "mem_align.h"
using namespace WelsDec;
#define EXPAND_PIC_TEST_NUM 10
namespace WelsDec {
--- a/test/decoder/DecUT_IdctResAddPred.cpp
+++ b/test/decoder/DecUT_IdctResAddPred.cpp
@@ -1,7 +1,7 @@
#include <gtest/gtest.h>
#include <time.h>
#include "macros.h"
-#include "../codec/decoder/core/inc/decode_mb_aux.h"
+#include "decode_mb_aux.h"
using namespace WelsDec;
void IdctResAddPred_ref (uint8_t* pPred, const int32_t kiStride, int16_t* pRs) {
int16_t iSrc[16];
--- a/test/decoder/DecUT_IntraPrediction.cpp
+++ b/test/decoder/DecUT_IntraPrediction.cpp
@@ -1,6 +1,6 @@
#include<gtest/gtest.h>
#include <time.h>
-#include "../codec/decoder/core/inc/get_intra_predictor.h"
+#include "get_intra_predictor.h"
#include "typedefs.h"
#include "ls_defines.h"
using namespace WelsDec;
--- a/test/decoder/DecUT_PredMv.cpp
+++ b/test/decoder/DecUT_PredMv.cpp
@@ -2,9 +2,9 @@
#include <stdlib.h>
#include <time.h>
-#include "../codec/decoder/core/inc/wels_common_basis.h"
-#include "../codec/decoder/core/inc/mem_align.h"
-#include "../codec/decoder/core/inc/mv_pred.h"
+#include "wels_common_basis.h"
+#include "mem_align.h"
+#include "mv_pred.h"
#include "ls_defines.h"
using namespace WelsDec;