Changeset 48 in Sophya
- Timestamp:
- May 22, 1997, 5:03:34 PM (28 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/picmapgen.cc
r40 r48 1 1 #include "picmapgen.h" 2 #include <list .h>3 #include <algo .h>2 #include <list> 3 #include <algorithm> 4 4 #include "pisysdep.h" 5 5 #include PICMAPNTV_H -
trunk/SophyaPI/PI/pimenumac.cc
r37 r48 1 1 #include <LString.h> 2 2 #include "pimenumac.h" 3 #include <algo .h>3 #include <algorithm> 4 4 5 5 int PIMenuMac::lastId = 1024; -
trunk/SophyaPI/PI/pimenumac.h
r37 r48 4 4 #include "pimenugen.h" 5 5 #include <LMenu.h> 6 #include <vector .h>7 #include <list .h>6 #include <vector> 7 #include <list> 8 8 9 9 // Menu general -
trunk/SophyaPI/PI/pipixmapgen.h
r42 r48 9 9 #include PICMAP_H 10 10 11 #include <list .h>11 #include <list> 12 12 13 13 class PIPixmapGen : public PIBaseWdg -
trunk/SophyaPI/PI/piscdrawwdg.cc
r37 r48 1 1 #include "piscdrawwdg.h" 2 2 #include "generalfit.h" 3 #include <algo .h>3 #include <algorithm> 4 4 5 5 -
trunk/SophyaPI/PI/piscdrawwdg.h
r37 r48 8 8 #include PIWIN_H 9 9 10 #include <list .h>10 #include <list> 11 11 12 12 enum { -
trunk/SophyaPI/PI/piwdggen.h
r32 r48 5 5 #define PIWDG_H_SEEN 6 6 7 #include <bool.h>8 7 #include <string> 9 8 -
trunk/SophyaPI/PI/psfile.h
r44 r48 30 30 #include PICMAP_H 31 31 32 #include <list .h>32 #include <list> 33 33 34 34
Note:
See TracChangeset
for help on using the changeset viewer.