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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user