From 40afb6667d93946d0631c07d2bc3e1bff2865082 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Mon, 13 Apr 2009 10:57:21 -0700 Subject: [PATCH] Use a shorter path for include This should've been a part of: 2fce54102cdb03aa2d3105c750685dc7cf2677b1 --- src/unwind/GetIPInfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unwind/GetIPInfo.c b/src/unwind/GetIPInfo.c index c81db271..b885ede2 100644 --- a/src/unwind/GetIPInfo.c +++ b/src/unwind/GetIPInfo.c @@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "../unwind/unwind-internal.h" +#include "unwind-internal.h" /* gcc/unwind-dw2.c: Retrieve the return address and flag whether that IP is before or after first not yet fully executed instruction. */