- Initial split of libpyloader from libbackend. Will need rework

in order to:
  - fix wrong design
  - fix include paths
  - fix installation of header files


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@333 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-16 21:29:51 +00:00
parent 6d5e9270a8
commit 5554ec2256
4 changed files with 17 additions and 20 deletions

View file

@ -34,8 +34,8 @@
#include "backend/process.hh"
#include "backend/policy.hh"
#include "backend/policy_parameters.hh"
#include "backend/python_policy.hh"
#include "backend/python_policy_manager.hh"
#include "pyloader/python_policy.hh"
#include "pyloader/python_policy_manager.hh"
#include "standard_io.hh"
#include <glibmm/timer.h>