diff options
author | Jakob Bornecrantz <[email protected]> | 2008-09-22 12:47:57 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-09-22 12:47:57 +0200 |
commit | c9122c0c0308345e2df2448bcb189d0f5d505909 (patch) | |
tree | c60ef3c141cf22334b61d2adbdab6309c2ec9d13 /src/glx/x11/Makefile | |
parent | dace236c5fffa29d59e4d12fa865889bbecbdd24 (diff) |
mesa: Remove left over merge conflicts
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 0bb2dc10d14..86d84d4b9ff 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -51,10 +51,6 @@ INCLUDES = -I. \ -I$(TOP)/include \ -I$(TOP)/include/GL/internal \ -I$(TOP)/src/mesa \ -<<<<<<< HEAD:src/glx/x11/Makefile - -I$(TOP)/src/mesa/main \ -======= ->>>>>>> master:src/glx/x11/Makefile -I$(TOP)/src/mesa/glapi \ $(LIBDRM_CFLAGS) \ $(DRI2PROTO_CFLAGS) \ |