inspector: Clean up includes

Don't include gtk.h, instead include individual headers.
And include config.h and gi18n-lib.h everywhere.
This commit is contained in:
Matthias Clasen
2014-07-11 23:14:04 -04:00
parent 28998425d9
commit f8986d9aa7
41 changed files with 172 additions and 29 deletions

View File

@ -20,12 +20,18 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "config.h"
#include <glib/gi18n-lib.h>
#include <gdk/gdkkeysyms.h>
#include <string.h>
#include "python-hooks.h"
#include "python-shell.h"
#include "gtkscrolledwindow.h"
#include "gtktextview.h"
#define MAX_HISTORY_LENGTH 20
struct _GtkInspectorPythonShellPrivate