I'm using an I2C LCD library that calls wire.h without it needing to be done separately.
As I will be using I2C for more than just the LCD, and I may not use the same type of display in the long term, it is useful to have the wire.h called outside the LCD's library. That way I don't have to remember to put it back in if I take out the LCD library.
Are there any consequences of the wire.h library being called twice?