From 504d71aa66d4c4bc9df2706a84f3a82fd7520c34 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Jun 2005 02:43:32 +0200 Subject: tztime.cc: Set #pragma implementation" earlier Many files: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION client/sql_string.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION mysys/raid.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/field.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_berkeley.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_blackhole.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_heap.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_innodb.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_isam.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_isammrg.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_myisam.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_myisammrg.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/ha_ndbcluster.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/handler.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/hash_filo.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_cmpfunc.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_func.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_geofunc.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_strfunc.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_subselect.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_sum.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_timefunc.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/item_uniq.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/log_event.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/opt_range.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/procedure.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/protocol.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/protocol_cursor.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/set_var.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_analyse.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_class.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_crypt.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_list.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_map.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_olap.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/examples/ha_archive.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_select.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_string.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/sql_udf.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/examples/ha_example.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/examples/ha_tina.cc: Need to include before #ifdef USE_PRAGMA_IMPLEMENTATION sql/tztime.cc: Set #pragma implementation" earlier --- sql/item_geofunc.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/item_geofunc.cc') diff --git a/sql/item_geofunc.cc b/sql/item_geofunc.cc index c58a9e434c7..e907c5a0d45 100644 --- a/sql/item_geofunc.cc +++ b/sql/item_geofunc.cc @@ -17,6 +17,8 @@ /* This file defines all spatial functions */ +#include + #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation #endif -- cgit v1.2.1