diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 21:58:23 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-24 21:58:23 +0000 |
| commit | d9b91542e07a2296b69141433d863fe8028b148e (patch) | |
| tree | c72c08497b1fa207b11dad421085d6947ae66dab /lib/gui/elistboxcontent.cpp | |
| parent | 4a2d077400b4db14df1d28d84f9c078392d4da28 (diff) | |
| download | enigma2-d9b91542e07a2296b69141433d863fe8028b148e.tar.gz enigma2-d9b91542e07a2296b69141433d863fe8028b148e.zip | |
remove non working python refcount debugging code
Diffstat (limited to 'lib/gui/elistboxcontent.cpp')
| -rw-r--r-- | lib/gui/elistboxcontent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.cpp b/lib/gui/elistboxcontent.cpp index fd2091a1..261c548b 100644 --- a/lib/gui/elistboxcontent.cpp +++ b/lib/gui/elistboxcontent.cpp @@ -1,7 +1,7 @@ #include <lib/gui/elistbox.h> #include <lib/gui/elistboxcontent.h> #include <lib/gdi/font.h> -#include <lib/python/python.h> +#include <Python.h> /* The basic idea is to have an interface which gives all relevant list |
