Multiple libraries issue with Wire.h

I recently upgraded from version 1.5.x to 1.8.10. After compiling and linking my program, I am seeing a multiple libraries message for Wire.h and with Adafruit_PWM_Servo_Driver_Library. It looks like the linker is using the correct version although I don't know if version 1.0 is correct for the Wire library. I don't see why I am getting multiple libraries messages since all of the files seemed to be installed correctly and nothing was changed in my sketch libraries location. It does link and execute properly so it is not a showstopper, but an annoyance

Any ideas how to troubleshoot? Is there additional library searches behind the scenes?

Mac OSX 10.11.6

Multiple libraries were found for "Wire.h"
Used: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire
Multiple libraries were found for "Adafruit_PWMServoDriver.h"
Used: .../arduino/libraries/Adafruit_PWM_Servo_Driver_Library
Using library Wire at version 1.0 in folder: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/Wire
Using library Adafruit_PWM_Servo_Driver_Library at version 2.1.0 in folder: .../arduino/libraries/Adafruit_PWM_Servo_Driver_Library

Note that I have shortened the path for the AdaFruit lib.