summaryrefslogtreecommitdiffstats
path: root/python_modules
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 15:44:15 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:48 +0100
commit24c2e3c85f95d0a57875470889f401affc5231a3 (patch)
tree634f8983bf9a5c079672d477f6d183e033ed6367 /python_modules
parentfb935fe73b324a3c8cfda5916920f0ee3a0de2ce (diff)
downloadspice-common-24c2e3c85f95d0a57875470889f401affc5231a3.tar.gz
spice-common-24c2e3c85f95d0a57875470889f401affc5231a3.tar.xz
spice-common-24c2e3c85f95d0a57875470889f401affc5231a3.zip
Fix inclusion of common files, no need for common/ part
Diffstat (limited to 'python_modules')
-rw-r--r--python_modules/demarshal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_modules/demarshal.py b/python_modules/demarshal.py
index e8afabb..96aa146 100644
--- a/python_modules/demarshal.py
+++ b/python_modules/demarshal.py
@@ -1169,7 +1169,7 @@ def write_includes(writer):
writer.writeln("#include <stdio.h>")
writer.writeln("#include <spice/protocol.h>")
writer.writeln("#include <spice/macros.h>")
- writer.writeln("#include <common/mem.h>")
+ writer.writeln('#include "mem.h"')
writer.newline()
writer.writeln("#ifdef _MSC_VER")
writer.writeln("#pragma warning(disable:4101)")