~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_decimal.cc

Removed the inclusion of drizzled/field.h in the server_includes header file.

Created a time.h header file and records.h header file. This allowed me to move the declarations of
a number of methods from the server_includes header file into these respective header files. I
updated numerous files to reflect this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include <drizzled/server_includes.h>
17
 
#include <drizzled/current_session.h>
18
 
#include <time.h>
19
 
#include <drizzled/error.h>
20
 
 
 
16
#include "drizzled/server_includes.h"
 
17
#include "drizzled/current_session.h"
 
18
#include "time.h"
 
19
#include "drizzled/error.h"
 
20
#include "drizzled/field.h"
21
21
 
22
22
/**
23
23
  report result of decimal operation.