- Use strictier naming scheme for pyloader

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@812 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-02 22:06:20 +00:00
parent 43b817aaed
commit 1961283f85
7 changed files with 20 additions and 20 deletions

View file

@ -22,8 +22,8 @@
* class and its closely related cousins. More documentation to be written
* here, thanks very much. */
#include "../cpu_python_policy_manager.hh"
#include "../cpu_python_policy.hh"
#include "../python_cpu_policy_manager.hh"
#include "../python_cpu_policy.hh"
#include "simulation.hh"
#include "global_preferences.hh"