Skip to content
Snippets Groups Projects
Commit 66f9363a authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Fixed GCC-related errors in triangle stripper libraries.

parent 89ba8ec4
No related branches found
No related tags found
No related merge requests found
......@@ -84,5 +84,3 @@ int VertexCache::AddEntry(int entry)
return removed;
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
#ifndef TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H
#define TRI_STRIPPER_HEADER_GUARD_CONNECTIVITY_GRAPH_H
#include "public_types.h"
#include "../public_types.h"
#include "graph_array.h"
#include "types.h"
......
......@@ -10,7 +10,7 @@
#ifndef TRI_STRIPPER_HEADER_GUARD_POLICY_H
#define TRI_STRIPPER_HEADER_GUARD_POLICY_H
#include "public_types.h"
#include "../public_types.h"
#include "types.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment