Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colorsc
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-05 17:52:19 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-05 17:52:19 (GMT)
commit8d4aed498665c0eb1c9e78448979d6f15a91a058 (patch)
tree07ce820d1976627e2713d08a347d0271b379c6d5 /colorsc
parent106214dbca0ad4a93da3d21bf73e6613d85c5f24 (diff)
Remove hardcoded python version
Diffstat (limited to 'colorsc')
-rw-r--r--colorsc/colorsc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorsc/colorsc.h b/colorsc/colorsc.h
index 7e4c1fa..8712e5e 100644
--- a/colorsc/colorsc.h
+++ b/colorsc/colorsc.h
@@ -18,7 +18,7 @@
#ifndef _COLORSC_H_
#define _COLORSC_H_
-#include <python2.5/Python.h>
+#include <Python.h>
#include <vector>
#include <algorithm>