aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoakim Verona2013-09-11 07:59:34 +0200
committerJoakim Verona2013-09-11 07:59:34 +0200
commita41d9dcfc950458c081f832606dac2081d14c8ae (patch)
tree74c0943a6a5cc7691c8357db34d432d279be533b /src
parent46b1dc2856fcfd6222f5320a511fcf0863c9c04c (diff)
downloademacs-a41d9dcfc950458c081f832606dac2081d14c8ae.tar.gz
emacs-a41d9dcfc950458c081f832606dac2081d14c8ae.zip
fix conflicts
Diffstat (limited to 'src')
-rw-r--r--src/emacsgtkfixed.c3
-rw-r--r--src/window.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c
index 8de2db4dca5..1e57eeb57c4 100644
--- a/src/emacsgtkfixed.c
+++ b/src/emacsgtkfixed.c
@@ -23,12 +23,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
23#include "lisp.h" 23#include "lisp.h"
24#include "frame.h" 24#include "frame.h"
25#include "xterm.h" 25#include "xterm.h"
26<<<<<<< HEAD
27#ifdef HAVE_XWIDGETS 26#ifdef HAVE_XWIDGETS
28#include "xwidget.h" 27#include "xwidget.h"
29#endif 28#endif
30=======
31>>>>>>> trunk
32#include "emacsgtkfixed.h" 29#include "emacsgtkfixed.h"
33 30
34/* Silence a bogus diagnostic; see GNOME bug 683906. */ 31/* Silence a bogus diagnostic; see GNOME bug 683906. */
diff --git a/src/window.c b/src/window.c
index 5c4527f4671..410015e472e 100644
--- a/src/window.c
+++ b/src/window.c
@@ -45,15 +45,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
45#ifdef MSDOS 45#ifdef MSDOS
46#include "msdos.h" 46#include "msdos.h"
47#endif 47#endif
48<<<<<<< HEAD
49#ifdef HAVE_NS 48#ifdef HAVE_NS
50#include "nsterm.h" 49#include "nsterm.h"
51#endif 50#endif
52#ifdef HAVE_XWIDGETS 51#ifdef HAVE_XWIDGETS
53#include "xwidget.h" 52#include "xwidget.h"
54#endif 53#endif
55=======
56>>>>>>> trunk
57 54
58Lisp_Object Qwindowp, Qwindow_live_p; 55Lisp_Object Qwindowp, Qwindow_live_p;
59static Lisp_Object Qwindow_valid_p; 56static Lisp_Object Qwindow_valid_p;