Remove now unneeded requires from compile test.

This commit is contained in:
Neil Fraser
2019-09-18 13:19:31 -07:00
committed by Neil Fraser
parent c524980f31
commit ebdaf4dd46

View File

@@ -2,11 +2,6 @@ goog.provide('Main');
// Core
// Either require 'Blockly.requires', or just the components you use:
goog.require('Blockly');
goog.require('Blockly.FieldDropdown');
goog.require('Blockly.FieldImage');
goog.require('Blockly.FieldNumber');
goog.require('Blockly.FieldTextInput');
goog.require('Blockly.FieldVariable');
goog.require('Blockly.geras.Renderer');
// Blocks
goog.require('Blockly.Constants.Logic');