xor_codes: Fix includes to prefer '.' over sys paths

Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
This commit is contained in:
Tushar Gohad 2014-07-06 10:00:10 -07:00
parent b12209dc44
commit 45eb51acfd
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <xor_code.h>
#include "xor_code.h"
const int g_bit_lookup[] = {0x1, 0x2, 0x4, 0x8,
0x10, 0x20, 0x40, 0x80,

View File

@ -25,8 +25,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <xor_code.h>
#include <xor_hd_code_defs.h>
#include "xor_code.h"
#include "xor_hd_code_defs.h"
/*
* Returns -1 if not possible