#ifndef PHCALLINIT_H #define PHCALLINIT_H #include "phool.h" #include "PHNodeOperation.h" class PHCallInit : public PHNodeOperation { public: PHCallInit(); ~PHCallInit(); public: void perform(PHNode*); }; #endif /* PHCALLINIT_H */