Moved files, fixed header files and paths - Federico
svn path=/trunk/; revision=5513
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
#define _E_TABLE_SORTED_VARIABLE_H_
|
||||
|
||||
#include <gtk/gtkobject.h>
|
||||
#include "e-table-model.h"
|
||||
#include "e-table-subset-variable.h"
|
||||
#include "e-table-sort-info.h"
|
||||
#include "e-table-header.h"
|
||||
#include <gal/e-table/e-table-model.h>
|
||||
#include <gal/e-table/e-table-subset-variable.h>
|
||||
#include <gal/e-table/e-table-sort-info.h>
|
||||
#include <gal/e-table/e-table-header.h>
|
||||
|
||||
#define E_TABLE_SORTED_VARIABLE_TYPE (e_table_sorted_variable_get_type ())
|
||||
#define E_TABLE_SORTED_VARIABLE(o) (GTK_CHECK_CAST ((o), E_TABLE_SORTED_VARIABLE_TYPE, ETableSortedVariable))
|
||||
|
||||
Reference in New Issue
Block a user